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 classIdxImport.IdxImportReader
-
Constructor Summary
Constructors Constructor Description IdxImport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetAttachedFile(String attachmentName, File baseDir)String[]getFileExtensions()StringgetName()StringgetTitle()String[]getVersions()TransferImplparseFile(File file, String version, AgencyImportTask.Settings settings)StringvalidateFile(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:
getAttachedFilein classAbstractImport
-
getFileExtensions
public String[] getFileExtensions()
- Specified by:
getFileExtensionsin classAbstractImport
-
getName
public String getName()
- Specified by:
getNamein classAbstractImport
-
getTitle
public String getTitle()
- Specified by:
getTitlein classAbstractImport
-
getVersions
public String[] getVersions()
- Specified by:
getVersionsin classAbstractImport
-
parseFile
public TransferImpl parseFile(File file, String version, AgencyImportTask.Settings settings) throws IOException
- Specified by:
parseFilein classAbstractImport- Throws:
IOException
-
validateFile
public String validateFile(File file) throws IOException
- Specified by:
validateFilein classAbstractImport- Throws:
IOException
-
-