Package com.jme.util.resource

Interface Summary
ResourceLocator Interface for locating resources from resource names.
 

Class Summary
AbsoluteResourceLocator A conservative ResourceLocator implementation that only resolves resources with absolute resource name paths.
ClasspathResourceLocator A conservative ResourceLocator implementation that only resolves Classpath resources with absolute resource name paths.
MultiFormatResourceLocator This class extends the behavior of the SimpleResourceLocator by appending different file extensions to the resource name, if it cannot find a resource with the extension specified in the path name.
RelativeResourceLocator A conservative ResourceLocator implementation that adds to the search path just the parent directory of the specified URI, and it is only used for resources requested with relative paths.
ResourceLocatorTool Manager class for locator utility classes used to find various assets.
SimpleResourceLocator This locator takes a base URL for finding resources specified with a relative path.