| 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,
java.util.List<FileExclusion> exclusions,
int minutesToWait) |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<FileExclusion> |
CommandLineImporter.exclusions
FileExclusion mechanisms for skipping candidates |
| Constructor and Description |
|---|
CommandLineImporter(ImportConfig config,
java.lang.String[] paths,
boolean getUsedFiles,
FileTransfer transfer,
java.util.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
Voter which checks the filename (not full path) of a
given File along with the checksum to detect duplicates. |
| Modifier and Type | Method and Description |
|---|---|
static FileExclusion |
AbstractFileExclusion.createExclusion(java.lang.String arg)
Factory method for instantiating
FileTransfer objects from
a string. |
Version: 5.4.8-ice35-b99
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.