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  ImportLibraryto cancel the importing of a given file. | 
| Class | Description | 
|---|---|
| AbstractFileExclusion | Base  FileExclusionimplementation 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 | Description | 
|---|---|
| AbstractFileExclusion.Exclusion | Enum of well-known  FileExclusionnames. | 
FileExclusion provides a mechanism
 for determining which potential filesets should be excluded from import.