| Interface | Description |
|---|---|
| DeletionAware | |
| Resource<T> |
A Resource is an abstraction on top of usable items within a Forge project.
|
| ResourceFilter |
Used to filter
Resource instances during a given operation. |
| Class | Description |
|---|---|
| AbstractResource<T> | |
| DependencyResource | |
| DirectoryResource |
A standard, build-in, resource for representing directories on the file-system.
|
| EntryResource<K,V> |
Represents a Key-value entry
|
| FileResource<T extends FileResource<?>> |
A standard, built-in resource for representing files on the filesystem.
|
| PropertiesFileResource |
A property based resource
|
| UnknownFileResource |
Represents any regular file which Forge does not hav any special handler for.
|
| URLResource |
Represents an URL
|
| VirtualResource<T> |
| Enum | Description |
|---|---|
| ResourceFlag |
| Exception | Description |
|---|---|
| ResourceException |
Represents a generic Exception thrown by the Forge
Resource API |
| ResourceIOException |
| Annotation Type | Description |
|---|---|
| ResourceHandles |
Declares a resource handler for specified wildcards.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.