FileExclusion
provides a mechanism
for determining which potential filesets should be excluded from import.参照先: 説明
インタフェース | 説明 |
---|---|
FileExclusion |
Voter given the opportunity by the
ImportLibrary
to cancel the importing of a given file. |
クラス | 説明 |
---|---|
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. |
列挙型 | 説明 |
---|---|
AbstractFileExclusion.Exclusion |
Enum of well-known
FileExclusion names. |
FileExclusion
provides a mechanism
for determining which potential filesets should be excluded from import.