| Package | Description |
|---|---|
| org.codehaus.plexus.components.io.fileselectors |
File Selectors
File selectors can be used to select or deselect a subset of files.
|
| org.codehaus.plexus.components.io.resources |
Resources and Resource Collections
This package implements ideas, which have been shamelessly
copied from Ants resource collection framework.
|
| org.codehaus.plexus.components.io.resources.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
AllFilesFileSelector
The default file selector: Selects all files.
|
class |
IncludeExcludeFileSelector
This file selector uses a set of patterns for including/excluding
files.
|
| Modifier and Type | Method and Description |
|---|---|
FileSelector[] |
AbstractPlexusIoResourceCollection.getFileSelectors()
Returns a set of file selectors, which should be used
to select the included files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPlexusIoResourceCollection.setFileSelectors(FileSelector[] fileSelectors)
Sets a set of file selectors, which should be used
to select the included files.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileSelector |
PlexusIoProxyResourceCollection.getDefaultFileSelector() |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.