Interface Appendable
- 
- All Known Implementing Classes:
- FileResource,- LogOutputResource
 
 public interface AppendableInterface to be implemented by "appendable" resources.- Since:
- Ant 1.8
 
- 
- 
Method SummaryModifier and Type Method Description java.io.OutputStreamgetAppendOutputStream()Get an appending OutputStream.
 
-