Package | Description |
---|---|
org.codehaus.plexus.components.io.resources |
Resources and Resource Collections
|
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 |
Modifier and Type | Method and Description |
---|---|
static PlexusIoResource |
ResourceFactory.createResource(File f,
String name,
ContentSupplier contentSupplier,
InputStreamTransformer inputStreamTransformer) |
static PlexusIoResource |
ResourceFactory.createResource(File f,
String name,
ContentSupplier contentSupplier,
InputStreamTransformer inputStreamTransformer,
PlexusIoResourceAttributes attributes) |
static PlexusIoResource |
ResourceFactory.createResource(File f,
String name,
ContentSupplier contentSupplier,
PlexusIoResourceAttributes attributes) |
Copyright © 2001–2022 Codehaus Plexus. All rights reserved.