Interface FileSelector
-
- All Known Implementing Classes:
AllFilesFileSelector,DefaultFileSelector,IncludeExcludeFileSelector
public interface FileSelectorInterface of a component, which selects/deselects files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSelected(FileInfo fileInfo)Returns, whether the given file is selected.
-
-
-
Method Detail
-
isSelected
boolean isSelected(@Nonnull FileInfo fileInfo) throws IOException
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
-
-