|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.components.io.fileselectors.AllFilesFileSelector
public class AllFilesFileSelector
The default file selector: Selects all files.
Field Summary | |
---|---|
static java.lang.String |
ROLE_HINT
The all files selectors role-hint: "all". |
Fields inherited from interface org.codehaus.plexus.components.io.fileselectors.FileSelector |
---|
DEFAULT_ROLE_HINT, ROLE |
Constructor Summary | |
---|---|
AllFilesFileSelector()
|
Method Summary | |
---|---|
boolean |
isSelected(FileInfo pFileInfo)
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 |
Field Detail |
---|
public static final java.lang.String ROLE_HINT
Constructor Detail |
---|
public AllFilesFileSelector()
Method Detail |
---|
public boolean isSelected(FileInfo pFileInfo) throws java.io.IOException
FileSelector
isSelected
in interface FileSelector
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |