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 theImportLibraryto cancel the importing of a given file. -
Class Summary Class Description AbstractFileExclusion BaseFileExclusionimplementation primarily providing a factory forFileExclusionimplementations viaAbstractFileExclusion.createExclusion(String).ClientPathExclusion Voterwhich checks the original filepath from the client (FilesetEntry.getClientPath()) for existence.FilenameExclusion Voterwhich checks the filename (not full path) of a givenFilealong with the checksum to detect duplicates. -
Enum Summary Enum Description AbstractFileExclusion.Exclusion Enum of well-knownFileExclusionnames.