public class PropertyOutputStream
extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
PropertyOutputStream(Project p,
java.lang.String s)
Construct a new PropertyOutputStream for the specified Project
and property name, trimming the property value.
|
PropertyOutputStream(Project p,
java.lang.String s,
boolean b)
Construct a new PropertyOutputStream for
the specified Project, property name, and trim mode.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the PropertyOutputStream, storing the property.
|
public PropertyOutputStream(Project p, java.lang.String s)
p
- the associated Ant Project.s
- the String property name.public PropertyOutputStream(Project p, java.lang.String s, boolean b)
p
- the associated Ant Project.s
- the String property name.b
- the boolean trim mode.