Interface | Description |
---|---|
DirectoryResource |
A standard, build-in, resource for representing directories on the file-system.
|
FileOperations |
File Operations
|
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 Furnace project. |
ResourceFacet | |
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 |
WriteableResource<T extends WriteableResource<T,R>,R> |
A
WriteableResource allows its contents to be changed |
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.
|
Enum | Description |
---|---|
DefaultFileOperations |
Default implementation for
FileOperations interface |
Exception | Description |
---|---|
ResourceException |
Represents a generic Exception thrown by the Furnace
Resource API |
Copyright © 2015 JBoss by Red Hat. All rights reserved.