Class IdxImport
- java.lang.Object
-
- com.openindex.openestate.tool.agency.imports.AbstractImport
-
- com.openindex.openestate.tool.agency.imports.IdxImport
-
public class IdxImport extends AbstractImport
IdxImport.- Author:
- Andreas Rudolph
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdxImport.IdxImportReader
-
Constructor Summary
Constructors Constructor Description IdxImport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getAttachedFile(String attachmentName, File baseDir)
String[]
getFileExtensions()
String
getName()
String
getTitle()
String[]
getVersions()
TransferImpl
parseFile(File file, String version, AgencyImportTask.Settings settings)
String
validateFile(File file)
-
Methods inherited from class com.openindex.openestate.tool.agency.imports.AbstractImport
createOptionsTab, createTask, getImport, getImports, getPreferredSettings, isIncrementalTransferSupported, isSingleLanguageFormat
-
-
-
-
Method Detail
-
getAttachedFile
public File getAttachedFile(String attachmentName, File baseDir)
- Overrides:
getAttachedFile
in classAbstractImport
-
getFileExtensions
public String[] getFileExtensions()
- Specified by:
getFileExtensions
in classAbstractImport
-
getName
public String getName()
- Specified by:
getName
in classAbstractImport
-
getTitle
public String getTitle()
- Specified by:
getTitle
in classAbstractImport
-
getVersions
public String[] getVersions()
- Specified by:
getVersions
in classAbstractImport
-
parseFile
public TransferImpl parseFile(File file, String version, AgencyImportTask.Settings settings) throws IOException
- Specified by:
parseFile
in classAbstractImport
- Throws:
IOException
-
validateFile
public String validateFile(File file) throws IOException
- Specified by:
validateFile
in classAbstractImport
- Throws:
IOException
-
-