OutputStream
that writes an Ant property.
PropertyResource#getOutputStream()
Modifier and Type | Field and Description |
---|---|
private Project | |
private String | |
private boolean |
Access | Constructor and Description |
---|---|
public | PropertyOutputStream(Project
the associated Ant Project. p, String the String property name. s)Construct a new PropertyOutputStream for the specified Project and property name, trimming the property value. |
public | PropertyOutputStream(Project
the associated Ant Project. p, String the String property name. s, boolean the boolean trim mode. b)Construct a new PropertyOutputStream for the specified Project, property name, and trim mode. |
Modifier and Type | Method and Description |
---|---|
public void | close()
Overrides java. Implements java. |
project | back to summary |
---|---|
private Project project |
property | back to summary |
---|---|
private String property |
trim | back to summary |
---|---|
private boolean trim |
PropertyOutputStream | back to summary |
---|---|
public PropertyOutputStream(Project p, String s) Construct a new PropertyOutputStream for the specified Project and property name, trimming the property value. |
PropertyOutputStream | back to summary |
---|---|
public PropertyOutputStream(Project p, String s, boolean b) Construct a new PropertyOutputStream for the specified Project, property name, and trim mode. |
close | back to summary |
---|---|
public void close() Overrides java. Implements java. Close the PropertyOutputStream, storing the property.
|