org.oddjob.io
Class BufferType

java.lang.Object
  extended byorg.oddjob.io.BufferType

public class BufferType
extends java.lang.Object

Description:
A buffer can be used to store output for different jobs to use.
Example:
 <copy id="foo" from="foo.txt">
   <output>
     <buffer/>
   </output>
 </copy>
 <echo text="${foo.output}">

Nested Class Summary
 class BufferType.WrapperOutputStream
           
 
Constructor Summary
BufferType()
           
 
Method Summary
 java.lang.String toString()
           
 java.lang.Object valueFor(java.lang.Class required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferType

public BufferType()
Method Detail

valueFor

public java.lang.Object valueFor(java.lang.Class required)

toString

public java.lang.String toString()