Package org.jboss.forge.resources

Interface Summary
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 Summary
AbstractResource<T>  
DependencyResource  
DirectoryResource A standard, build-in, resource for representing directories on the file-system.
FileResource<T extends FileResource<?>> A standard, built-in resource for representing files on the filesystem.
UnknownFileResource Represents any regular file which Forge does not hav any special handler for.
VirtualResource<T>  
 

Enum Summary
ResourceFlag  
 

Exception Summary
ResourceException Represents a generic Exception thrown by the Forge Resource API
ResourceIOException  
 

Annotation Types Summary
ResourceHandles Declares a resource handler for specified wildcards.
 



Copyright © 2011 Seam Framework. All Rights Reserved.