Uses of Class
net.sf.mmm.util.resource.api.ResourceNotWritableException

Packages that use ResourceNotWritableException
net.sf.mmm.util.resource.api Provides the API for utilities that help to load resources from arbitrary sources. 
net.sf.mmm.util.resource.base Contains the base implementation of the resource-API
 

Uses of ResourceNotWritableException in net.sf.mmm.util.resource.api
 

Methods in net.sf.mmm.util.resource.api that throw ResourceNotWritableException
 OutputStream DataResource.openOutputStream()
          This method opens an output-stream in order to write data to the resource.
 

Uses of ResourceNotWritableException in net.sf.mmm.util.resource.base
 

Methods in net.sf.mmm.util.resource.base that throw ResourceNotWritableException
 OutputStream AbstractDataResource.openOutputStream()
          This method opens an output-stream in order to write data to the resource.
 OutputStream AbstractBrowsableResourceProxy.openOutputStream()
          This method opens an output-stream in order to write data to the resource.
 OutputStream FileResource.openOutputStream()
          This method opens an output-stream in order to write data to the resource.
 



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