org.codehaus.plexus.components.io.fileselectors
Class AllFilesFileSelector
java.lang.Object
org.codehaus.plexus.components.io.fileselectors.AllFilesFileSelector
- All Implemented Interfaces:
- FileSelector
public class AllFilesFileSelector
- extends Object
- implements FileSelector
The default file selector: Selects all files.
Field Summary |
static String |
ROLE_HINT
The all files selectors role-hint: "all". |
Method Summary |
boolean |
isSelected(FileInfo fileInfo)
Returns, whether the given file is selected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLE_HINT
public static final String ROLE_HINT
- The all files selectors role-hint: "all".
- See Also:
- Constant Field Values
AllFilesFileSelector
public AllFilesFileSelector()
isSelected
public boolean isSelected(FileInfo fileInfo)
throws IOException
- Description copied from interface:
FileSelector
- Returns, whether the given file is selected.
- Specified by:
isSelected
in interface FileSelector
- Throws:
IOException
Copyright © 2001-2011 Codehaus. All Rights Reserved.