public class StdinType extends java.lang.Object implements ValueFactory<java.io.InputStream>
<copy to="foo.txt">
    <input>
        <stdin/>
    </input>
</copy>
ValueFactory.Conversions| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
NAME  | 
| Constructor and Description | 
|---|
StdinType()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  | 
java.io.InputStream | 
toValue()
Provide an instance of the type this is a factory for. 
 | 
public static final java.lang.String NAME
public java.io.InputStream toValue()
                            throws ArooaConversionException
ValueFactorytoValue in interface ValueFactory<java.io.InputStream>ArooaConversionException - If unable to provide a value.public java.lang.String toString()
toString in class java.lang.Object