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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileInfo
An object implementing this interface is passed to the
file selector when the method
FileSelector.isSelected(FileInfo)
is invoked. |
Modifier and Type | Interface and Description |
---|---|
interface |
PlexusIoResource
A resource is a file-like entity.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlexusIoResource
Default implementation of
PlexusIoResource . |
class |
PlexusIoFileResource
Implementation of
PlexusIoResource for files. |
class |
PlexusIoSymlinkResource |
class |
PlexusIoURLResource |
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.