Package | Description |
---|---|
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 |
AbstractPlexusIoResource
Default implementation of
PlexusIoResource . |
class |
PlexusIoFileResource
Implementation of
PlexusIoResource for files. |
class |
PlexusIoSymlinkResource |
class |
PlexusIoURLResource |
Modifier and Type | Method and Description |
---|---|
static PlexusIoResource |
ResourceFactory.createResource(File f,
String p,
PlexusIoResourceAttributes attributes,
InputStreamSupplier inputStreamSupplier) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<PlexusIoResource> |
PlexusIoZipFileResourceCollection.getEntries() |
protected abstract Iterator<PlexusIoResource> |
AbstractPlexusIoArchiveResourceCollection.getEntries()
Returns an iterator over the archives entries.
|
Iterator<PlexusIoResource> |
PlexusIoResourceCollection.getResources()
Returns an iterator over the resources in the collection.
|
Iterator<PlexusIoResource> |
PlexusIoFileResourceCollection.getResources() |
Iterator<PlexusIoResource> |
PlexusIoCompressedFileResourceCollection.getResources() |
Iterator<PlexusIoResource> |
AbstractPlexusIoArchiveResourceCollection.getResources() |
Modifier and Type | Method and Description |
---|---|
String |
PlexusIoResourceCollection.getName(PlexusIoResource resource)
Returns the resources suggested name.
|
String |
PlexusIoCompressedFileResourceCollection.getName(PlexusIoResource resource) |
String |
AbstractPlexusIoResourceCollection.getName(PlexusIoResource resource) |
protected boolean |
AbstractPlexusIoResourceCollection.isSelected(PlexusIoResource plexusIoResource) |
Modifier and Type | Class and Description |
---|---|
class |
PlexusIoProxyResource |
class |
PlexusIoProxyResourceWithAttributes |
Modifier and Type | Method and Description |
---|---|
Iterator<PlexusIoResource> |
PlexusIoProxyResourceCollection.getResources() |
Modifier and Type | Method and Description |
---|---|
String |
PlexusIoProxyResourceCollection.getName(PlexusIoResource resource) |
Constructor and Description |
---|
PlexusIoProxyResource(PlexusIoResource plexusIoResource) |
PlexusIoProxyResourceWithAttributes(PlexusIoResource plexusIoResource,
PlexusIoResourceAttributes attrs) |
Copyright © 2001-2014 Codehaus. All Rights Reserved.