public class AllFormatsImporter extends FileImporter
filter
Constructor and Description |
---|
AllFormatsImporter()
Constructs a new
AllFormatsImporter . |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptFile(java.io.File pathname)
Determines if this file importer accepts the given file.
|
private static java.lang.String |
getAllExtensions()
Builds list of all supported extensions by the registered FileImporters.
|
compareTo, getPriority, importData, importData, importDataHandleExceptions, importDataHandleExceptions, isBatchImporter, isEnabled, setEnabled
public AllFormatsImporter()
AllFormatsImporter
.public boolean acceptFile(java.io.File pathname)
FileImporter
acceptFile
in class FileImporter
pathname
- The file to testtrue
if this file importer accepts the given file, false
otherwiseprivate static java.lang.String getAllExtensions()