Uses of Package
net.sf.mmm.util.resource.api

Packages that use net.sf.mmm.util.resource.api
net.sf.mmm.util.nls.api Provides the API for the native language support (NLS). 
net.sf.mmm.util.nls.base Contains the basis for implementations of the native language support (NLS) API. 
net.sf.mmm.util.reflect.api Provides the API for utilities that help to deal with reflection. 
net.sf.mmm.util.reflect.base Contains the base-implementations of the Reflection-Util API
net.sf.mmm.util.resource.api Provides the API for utilities that help to load resources from arbitrary sources. 
net.sf.mmm.util.resource.api.spi Provides the SPI (service-provider-interface) for data-resources
net.sf.mmm.util.resource.base Contains the base implementation of the resource-API
net.sf.mmm.util.resource.base.spi Contains the base-implementation of the SPI (service-provider-interface) for data-resources
net.sf.mmm.util.resource.impl Contains the implementation of the resource-API
net.sf.mmm.util.resource.impl.spi Contains the implementations of the SPI (service-provider-interface) for data-resources
net.sf.mmm.util.text.base Provides the base-implementation of text-util API. 
net.sf.mmm.util.xml.base.jaxb Contains various XmlAdapter for mapping of common data-types and data-containers with JAXB. 
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.nls.api
DataResource
          This is the interface for a resource potentially containing data.
ResourceNotAvailableException
          This exception is thrown if a resource was requested that is NOT available.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.nls.base
DataResource
          This is the interface for a resource potentially containing data.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.reflect.api
DataResource
          This is the interface for a resource potentially containing data.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.reflect.base
DataResource
          This is the interface for a resource potentially containing data.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.api
BrowsableResource
          This is the interface for a DataResource that has higher-level features and may contain other resources.
DataResource
          This is the interface for a resource potentially containing data.
DataResourceFactory
          This is the interface for a factory used to create DataResources.
ResourceNotAvailableException
          This exception is thrown if a resource was requested that is NOT available.
ResourceNotWritableException
          This exception is thrown if a resource should be written that is read-only or NOT writable for any other reason.
ResourceUriUndefinedException
          This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.api.spi
DataResource
          This is the interface for a resource potentially containing data.
ResourceUri
          This interface represents an URI pointing to the location of a DataResource.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.base
BrowsableResource
          This is the interface for a DataResource that has higher-level features and may contain other resources.
BrowsableResourceFactory
          This is the interface for a factory used to create instances of BrowsableResource.
DataResource
          This is the interface for a resource potentially containing data.
DataResourceFactory
          This is the interface for a factory used to create DataResources.
ResourceNotAvailableException
          This exception is thrown if a resource was requested that is NOT available.
ResourceNotWritableException
          This exception is thrown if a resource should be written that is read-only or NOT writable for any other reason.
ResourceUri
          This interface represents an URI pointing to the location of a DataResource.
ResourceUriUndefinedException
          This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.base.spi
DataResource
          This is the interface for a resource potentially containing data.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.impl
BrowsableResourceFactory
          This is the interface for a factory used to create instances of BrowsableResource.
DataResource
          This is the interface for a resource potentially containing data.
DataResourceFactory
          This is the interface for a factory used to create DataResources.
ResourceUri
          This interface represents an URI pointing to the location of a DataResource.
ResourceUriUndefinedException
          This exception is thrown if a resource was requested for an URI that is undefined or illegal (e.g.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.resource.impl.spi
ResourceUri
          This interface represents an URI pointing to the location of a DataResource.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.text.base
DataResource
          This is the interface for a resource potentially containing data.
 

Classes in net.sf.mmm.util.resource.api used by net.sf.mmm.util.xml.base.jaxb
BrowsableResourceFactory
          This is the interface for a factory used to create instances of BrowsableResource.
DataResource
          This is the interface for a resource potentially containing data.
DataResourceFactory
          This is the interface for a factory used to create DataResources.
 



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