Package net.sf.mmm.util.resource.base

Contains the base implementation of the resource-API.

See:
          Description

Class Summary
AbstractBrowsableResource This is the abstract base-implementation of BrowsableResource.
AbstractBrowsableResourceFactory This is the abstract base implementation of the BrowsableResourceFactory interface.
AbstractBrowsableResourceProxy This is an abstract implementation of the BrowsableResource interface that delegates to another BrowsableResource.
AbstractDataResource This is the abstract base implementation of the DataResource interface.
AbstractDataResourceFactory This is the abstract base implementation of the DataResourceFactory interface.
AbstractDataResourceProxy This is an abstract implementation of the DataResource interface that delegates to another DataResource.
ClasspathResource This is the implementation of the DataResource interface for a resource that comes from the classpath.
FileResource This is the implementation of the BrowsableResource interface for a resource that is a regular File.
FileResource.FileResourceIterator This inner class is an Iterator of FileResources.
ResourceUriImpl This is the implementation of the ResourceUri interface.
UrlResource This is the implementation of the DataResource interface for a resource that comes from an URL.
 

Package net.sf.mmm.util.resource.base Description

Contains the base implementation of the resource-API.

Resource-Util Base

This package contains the common implementations of the DataResource interface such as ClasspathResource, FileResource, and UrlResource. Further you will find abstract classes to extend when writing custom implementations.



Copyright © 2001-2010 mmm-Team. All Rights Reserved.