org.codehaus.plexus.components.io.fileselectors
Class AllFilesFileSelector

java.lang.Object
  extended by org.codehaus.plexus.components.io.fileselectors.AllFilesFileSelector
All Implemented Interfaces:
FileSelector

public class AllFilesFileSelector
extends java.lang.Object
implements FileSelector

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

ROLE_HINT

public static final java.lang.String ROLE_HINT
The all files selectors role-hint: "all".

See Also:
Constant Field Values
Constructor Detail

AllFilesFileSelector

public AllFilesFileSelector()
Method Detail

isSelected

public boolean isSelected(FileInfo pFileInfo)
                   throws java.io.IOException
Description copied from interface: FileSelector
Returns, whether the given file is selected.

Specified by:
isSelected in interface FileSelector
Throws:
java.io.IOException


Copyright © 2001-2008 Codehaus. All Rights Reserved.