Package | Description |
---|---|
org.codehaus.plexus.components.io.resources |
Resources and Resource Collections
|
org.codehaus.plexus.components.io.resources.proxy |
Modifier and Type | Interface and Description |
---|---|
interface |
PlexusIoArchivedResourceCollection
Extension of
PlexusIoResourceCollection for archive
files: Zip, tar, gzip, bzip2, etc. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPlexusIoArchiveResourceCollection
Default implementation of
PlexusIoFileResourceCollection for
zip files, tar files, etc. |
class |
AbstractPlexusIoResourceCollection
Default implementation of a resource collection.
|
class |
AbstractPlexusIoResourceCollectionWithAttributes
Default implementation of a resource collection with attributes.
|
class |
PlexusIoCompressedFileResourceCollection
Abstract base class for compressed files, aka singleton
resource collections.
|
class |
PlexusIoFileResourceCollection
Implementation of
PlexusIoResourceCollection for the set
of files in a common directory. |
Modifier and Type | Class and Description |
---|---|
class |
PlexusIoProxyResourceCollection
Implementation of
PlexusIoResourceCollection for an archives contents. |
Modifier and Type | Method and Description |
---|---|
PlexusIoResourceCollection |
PlexusIoProxyResourceCollection.getSrc()
Returns the archive to read.
|
Constructor and Description |
---|
PlexusIoProxyResourceCollection(PlexusIoResourceCollection src) |
Copyright © 2001–2018 Codehaus Plexus. All rights reserved.