public interface FileSelector
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ROLE_HINT
The default role-hint: "default".
|
static String |
ROLE
Role used to register component implementations with the container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(FileInfo fileInfo)
Returns, whether the given file is selected.
|
static final String ROLE
static final String DEFAULT_ROLE_HINT
boolean isSelected(@Nonnull FileInfo fileInfo) throws IOException
fileInfo
- An instance of FileInfo with the files meta data.
It is recommended, that the caller creates an instance
of PlexusIoResource
.IOException
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.