Package org.apache.avalon.excalibur.monitor

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


     * Sets the resource value with a Writer
     */
    public Writer setResourceAsWriter()
        throws IOException
    {
        return new ResourceWriter( new OutputStreamWriter( new MockOutputStream( m_mock ) ), this );
    }
View Full Code Here


     * Sets the resource value with a Writer
     */
    public Writer setResourceAsWriter()
        throws IOException
    {
        return new ResourceWriter( new OutputStreamWriter( new MockOutputStream( m_mock ) ), this );
    }
View Full Code Here

TOP

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

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.