Package COM.activesw.api.client.adl
Class ADLPreV3ReadFile
- java.lang.Object
-
- COM.activesw.api.client.adl.ADLPreV3ReadFile
-
public class ADLPreV3ReadFile extends java.lang.Object
Knows how to read the export file formats from before version 3.0
-
-
Constructor Summary
Constructors Constructor Description ADLPreV3ReadFile()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BrokerCompleteCollection
readFile(java.lang.String filename)
Reads an import file, storing into holder classes everything found in the file.
-
-
-
Method Detail
-
readFile
public static BrokerCompleteCollection readFile(java.lang.String filename) throws ADLPreV3ParseException, java.io.FileNotFoundException, java.io.IOException
Reads an import file, storing into holder classes everything found in the file. This should only be called if loading with the regular format does not succeed.- Throws:
ADLPreV3ParseException
java.io.FileNotFoundException
java.io.IOException
-
-