Uses of Class
org.apache.avalon.excalibur.monitor.StreamResource

Packages that use StreamResource
org.apache.avalon.excalibur.monitor An extensible resource monitor framework and implementation. 
 

Uses of StreamResource in org.apache.avalon.excalibur.monitor
 

Subclasses of StreamResource in org.apache.avalon.excalibur.monitor
 class FileResource
          Managed File based Resource.
 class SourceResource
           
 

Fields in org.apache.avalon.excalibur.monitor declared as StreamResource
private  StreamResource ResourceOutputStream.m_resource
           
private  StreamResource ResourceWriter.m_resource
           
 

Constructors in org.apache.avalon.excalibur.monitor with parameters of type StreamResource
ResourceOutputStream(java.io.OutputStream out, StreamResource resource)
          Set up the ResourceOutputStream.
ResourceWriter(java.io.Writer out, StreamResource resource)
          Set up the ResourceOutputStream.