|
|||||||||
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.MovieImporter
public class MovieImporter
Importer for movie files.
Constructor Summary | |
---|---|
MovieImporter()
|
Method Summary | |
---|---|
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, allowDirectoryRegistration, beforeParse, enableActions, getClient, 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 MovieImporter()
Method Detail |
---|
public java.lang.String[] getDefaultSupportedFileTypes()
getDefaultSupportedFileTypes
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 |