Interface FileSelector
- All Known Implementing Classes:
AllFilesFileSelector
,IncludeExcludeFileSelector
public interface FileSelector
Interface of a component, which selects/deselects files.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
isSelected
(FileInfo fileInfo) Returns, whether the given file is selected.
-
Field Details
-
ROLE
Role used to register component implementations with the container. -
DEFAULT_ROLE_HINT
The default role-hint: "default".- See Also:
-
-
Method Details
-
isSelected
Returns, whether the given file is selected.- Parameters:
fileInfo
- An instance of FileInfo with the files meta data. It is recommended, that the caller creates an instance ofPlexusIoResource
.- Throws:
IOException
-