Package | Description |
---|---|
icy.file |
Contains all file operation tools and related objects
|
icy.plugin.abstract_ |
Plugin abstract classes
|
Modifier and Type | Method and Description |
---|---|
static FileImporter |
Loader.getFileImporter(java.util.List<FileImporter> importers,
java.lang.String path,
boolean useFirstFound)
Returns the appropriate file importer for the specified file.
|
static FileImporter |
Loader.getFileImporter(java.lang.String path,
boolean useFirstFound)
Returns the appropriate file importer for the specified file.
|
static FileImporter |
Loader.selectFileImporter(java.util.List<FileImporter> importers,
java.lang.String path)
Display a dialog to let the user select the appropriate file importer for the specified file.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<FileImporter> |
Loader.getFileImporters()
Returns all available resource (non image) importer which take file as input.
|
static java.util.Map<FileImporter,java.util.List<java.lang.String>> |
Loader.getFileImporters(java.util.List<FileImporter> importers,
java.util.List<java.lang.String> paths,
boolean useFirstFound)
Returns a Map containing the appropriate file importer for the specified file.
|
static java.util.List<FileImporter> |
Loader.getFileImporters(java.util.List<FileImporter> importers,
java.lang.String path)
Returns all file importer which can open the specified file.
|
static java.util.Map<FileImporter,java.util.List<java.lang.String>> |
Loader.getFileImporters(java.util.List<java.lang.String> paths,
boolean useFirstFound)
Returns a Map containing the appropriate file importer for the specified file.
|
static java.util.List<FileImporter> |
Loader.getFileImporters(java.lang.String path)
Returns all file importer which can open the specified file.
|
Modifier and Type | Method and Description |
---|---|
static void |
Loader.load(FileImporter importer,
java.util.List<java.lang.String> paths,
boolean showProgress)
Load the specified files with the given
FileImporter . |
Modifier and Type | Method and Description |
---|---|
static FileImporter |
Loader.getFileImporter(java.util.List<FileImporter> importers,
java.lang.String path,
boolean useFirstFound)
Returns the appropriate file importer for the specified file.
|
static java.util.Map<FileImporter,java.util.List<java.lang.String>> |
Loader.getFileImporters(java.util.List<FileImporter> importers,
java.util.List<java.lang.String> paths,
boolean useFirstFound)
Returns a Map containing the appropriate file importer for the specified file.
|
static java.util.List<FileImporter> |
Loader.getFileImporters(java.util.List<FileImporter> importers,
java.lang.String path)
Returns all file importer which can open the specified file.
|
static FileImporter |
Loader.selectFileImporter(java.util.List<FileImporter> importers,
java.lang.String path)
Display a dialog to let the user select the appropriate file importer for the specified file.
|
Modifier and Type | Class and Description |
---|---|
class |
PluginFileImporter
Plugin specialized for File import operation (see the
FileImporter interface) |