org.codehaus.plexus.components.io.fileselectors
Interface FileSelector

All Known Implementing Classes:
AllFilesFileSelector, IncludeExcludeFileSelector

public interface FileSelector

Interface of a component, which selects/deselects files.


Field Summary
static java.lang.String DEFAULT_ROLE_HINT
          The default role-hint: "default".
static java.lang.String ROLE
          Role used to register component implementations with the container.
 
Method Summary
 boolean isSelected(FileInfo fileInfo)
          Returns, whether the given file is selected.
 

Field Detail

ROLE

static final java.lang.String ROLE
Role used to register component implementations with the container.


DEFAULT_ROLE_HINT

static final java.lang.String DEFAULT_ROLE_HINT
The default role-hint: "default".

See Also:
Constant Field Values
Method Detail

isSelected

boolean isSelected(FileInfo fileInfo)
                   throws java.io.IOException
Returns, whether the given file is selected.

Throws:
java.io.IOException


Copyright © 2001-2008 Codehaus. All Rights Reserved.