Package org.apache.avalon.excalibur.monitor

Examples of org.apache.avalon.excalibur.monitor.ResourceOutputStream


     * Sets the resource value with an OutputStream
     */
    public OutputStream setResourceAsStream()
        throws IOException
    {
        return new ResourceOutputStream( new MockOutputStream( m_mock ), this );
    }
View Full Code Here


     * Sets the resource value with an OutputStream
     */
    public OutputStream setResourceAsStream()
        throws IOException
    {
        return new ResourceOutputStream( new MockOutputStream( m_mock ), this );
    }
View Full Code Here

TOP

Related Classes of org.apache.avalon.excalibur.monitor.ResourceOutputStream

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.