|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileSelector
Interface of a component, which selects/deselects files.
| Field Summary | |
|---|---|
static String |
DEFAULT_ROLE_HINT
The default role-hint: "default". |
static 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 |
|---|
static final String ROLE
static final String DEFAULT_ROLE_HINT
| Method Detail |
|---|
boolean isSelected(FileInfo fileInfo)
throws IOException
An - instance of FileInfo with the files meta data.
It is recommended, that the caller creates an instance
of PlexusIoResource.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||