Package | Description |
---|---|
org.codehaus.plexus.components.io.fileselectors |
File Selectors
|
org.codehaus.plexus.components.io.resources |
Resources and Resource Collections
|
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–2018 Codehaus Plexus. All rights reserved.