FileExclusion
provides a mechanism
for determining which potential filesets should be excluded from import.See: Description
Interface | Description |
---|---|
FileExclusion |
Voter given the opportunity by the
ImportLibrary
to cancel the importing of a given file. |
Class | Description |
---|---|
AbstractFileExclusion |
Base
FileExclusion implementation primarily providing a factory
for FileExclusion implementations via AbstractFileExclusion.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
given File along with the checksum to detect duplicates. |
Enum | Description |
---|---|
AbstractFileExclusion.Exclusion |
Enum of well-known
FileExclusion names. |
FileExclusion
provides a mechanism
for determining which potential filesets should be excluded from import.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.