org.apache.tools.ant.util
public class PropertyOutputStream extends ByteArrayOutputStream
Since: Ant 1.7
Constructor Summary | |
---|---|
PropertyOutputStream(Project p, String s)
Construct a new PropertyOutputStream for the specified Project
and property name, trimming the property value. | |
PropertyOutputStream(Project p, String s, boolean b)
Construct a new PropertyOutputStream for
the specified Project, property name, and trim mode. |
Method Summary | |
---|---|
void | close()
Close the PropertyOutputStream, storing the property. |
Parameters: p the associated Ant Project. s the String property name.
Parameters: p the associated Ant Project. s the String property name. b the boolean trim mode.