|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.fileimporters.FileImporter
net.datacrow.fileimporters.EbookImport
public class EbookImport
E-Book (Electronical Book) file imporerter.
Constructor Summary | |
---|---|
EbookImport()
|
Method Summary | |
---|---|
boolean |
allowReparsing()
Indicates if files can be parsed again. |
java.lang.String[] |
getDefaultSupportedFileTypes()
|
DcObject |
parse(java.lang.String filename,
int directoryUsage)
Parses a file and extracts its information. |
Methods inherited from class net.datacrow.fileimporters.FileImporter |
---|
addMessage, afterImport, afterParse, allowDirectoryRegistration, beforeParse, canImportArt, enableActions, getClient, getContainer, getItemPickMode, getModule, getName, getRegion, getSearchMode, getServer, getSupportedFileTypes, initialize, initProgressBar, isCancelled, isReparseFiles, parse, parse, setClient, setImages, showUI, updateProgressBar, useOnlineService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EbookImport()
Method Detail |
---|
public java.lang.String[] getDefaultSupportedFileTypes()
getDefaultSupportedFileTypes
in class FileImporter
public boolean allowReparsing()
FileImporter
allowReparsing
in class FileImporter
public DcObject parse(java.lang.String filename, int directoryUsage)
FileImporter
parse
in class FileImporter
filename
- The file to check.directoryUsage
- A free interpretation of the directory usage.
Depends on a specific implementation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |