|
|||||||||
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.SoftwareImporter
public class SoftwareImporter
Imports software files.
Constructor Summary | |
---|---|
SoftwareImporter()
|
Method Summary | |
---|---|
boolean |
allowDirectoryRegistration()
Indicates if a directory can be used instead of a file. |
boolean |
allowReparsing()
Indicates if files can be parsed again. |
boolean |
canImportArt()
Indicates if local art can be used. |
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, beforeParse, 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 SoftwareImporter()
Method Detail |
---|
public java.lang.String[] getDefaultSupportedFileTypes()
getDefaultSupportedFileTypes
in class FileImporter
public boolean allowDirectoryRegistration()
FileImporter
allowDirectoryRegistration
in class FileImporter
public boolean allowReparsing()
FileImporter
allowReparsing
in class FileImporter
public boolean canImportArt()
FileImporter
canImportArt
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 |