Package | Description |
---|---|
ome.formats.importer | |
ome.formats.importer.cli | |
ome.formats.importer.exclusions |
FileExclusion provides a mechanism
for determining which potential filesets should be excluded from import. |
Constructor and Description |
---|
ImportLibrary(OMEROMetadataStoreClient client,
OMEROWrapper reader,
FileTransfer transfer,
List<FileExclusion> exclusions,
int minutesToWait) |
Modifier and Type | Field and Description |
---|---|
List<FileExclusion> |
CommandLineImporter.exclusions
FileExclusion mechanisms for skipping candidates |
Constructor and Description |
---|
CommandLineImporter(ImportConfig config,
String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
List<FileExclusion> exclusions,
int minutesToWait)
Main entry class for the application.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileExclusion
Base
FileExclusion implementation primarily providing a factory
for FileExclusion implementations via AbstractFileExclusion.createExclusion(String) . |
class |
ClientPathExclusion
Voter which checks the original filepath from the client
(FilesetEntry.getClientPath() ) for existence. |
class |
FilenameExclusion
|
Modifier and Type | Method and Description |
---|---|
static FileExclusion |
AbstractFileExclusion.createExclusion(String arg)
Factory method for instantiating
FileTransfer objects from
a string. |
Version: 5.3.5-ice35-b73
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.