Class AllFilesFileSelector
java.lang.Object
org.codehaus.plexus.components.io.fileselectors.AllFilesFileSelector
- All Implemented Interfaces:
FileSelector
The default file selector: Selects all files.
-
Field Summary
FieldsFields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector
DEFAULT_ROLE_HINT, ROLE
-
Constructor Summary
Constructors -
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
.
-