| Interface | Description |
|---|---|
| DirectoryResource |
A standard, build-in, resource for representing directories on the file-system.
|
| FileResource<T extends FileResource<T>> |
A standard, built-in resource for representing files on the filesystem.
|
| Resource<T> |
A Resource is an abstraction on top of usable items within a Forge project.
|
| ResourceFacet |
A
Facet for use in Resource instances. |
| ResourceFactory | |
| ResourceFilter |
Used to filter
Resource instances during a given operation. |
| ResourceGenerator<RESOURCETYPE,UNDERLYINGTYPE> |
Defines the mechanism for registering new
Resource types. |
| URLResource |
Represents a
URL resource |
| Class | Description |
|---|---|
| AbstractFileResource<T extends FileResource<T>> |
A standard, built-in resource for representing files on the filesystem.
|
| AbstractResource<T> | |
| VirtualResource<T> |
An abstract implementation of a virtual resource handle.
|
| Exception | Description |
|---|---|
| ResourceException |
Represents a generic Exception thrown by the Forge
Resource API |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.