Package ome.formats.importer.exclusions
FileExclusion
provides a mechanism
for determining which potential filesets should be excluded from import.-
Interface Summary Interface Description FileExclusion Voter given the opportunity by theImportLibrary
to cancel the importing of a given file. -
Class Summary Class Description AbstractFileExclusion BaseFileExclusion
implementation primarily providing a factory forFileExclusion
implementations viaAbstractFileExclusion.createExclusion(String)
.ClientPathExclusion Voter
which checks the original filepath from the client (FilesetEntry.getClientPath()
) for existence.FilenameExclusion Voter
which checks the filename (not full path) of a givenFile
along with the checksum to detect duplicates. -
Enum Summary Enum Description AbstractFileExclusion.Exclusion Enum of well-knownFileExclusion
names.