Class AllFilesFileSelector
java.lang.Object
org.codehaus.plexus.components.io.fileselectors.AllFilesFileSelector
- All Implemented Interfaces:
FileSelector
- Direct Known Subclasses:
DefaultFileSelector
The default file selector: Selects all files.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isSelected
(FileInfo fileInfo) Returns, whether the given file is selected.
-
Field Details
-
ROLE_HINT
The all files selectors role-hint: "all".- See Also:
-
-
Constructor Details
-
AllFilesFileSelector
public AllFilesFileSelector()
-
-
Method Details
-
isSelected
Description copied from interface:FileSelector
Returns, whether the given file is selected.- Specified by:
isSelected
in interfaceFileSelector
- Parameters:
fileInfo
- An instance of FileInfo with the files meta data. It is recommended, that the caller creates an instance ofPlexusIoResource
.
-