Interface and Description |
---|
org.apache.tools.ant.module.api.ElementCookie
Not currently used in Ant module UI.
|
org.apache.tools.ant.module.api.IntrospectionCookie
No longer useful in new UI.
|
Class and Description |
---|
org.apache.tools.ant.module.spi.AntOutputStream
This functionality is not recommended to be used and may result
in loss of some Ant module features as of org.apache.tools.ant.module/3 3.12.
|
Method and Description |
---|
org.apache.tools.ant.module.spi.AntOutputStream.formatMessage(String, String, int, int, int, int)
No longer used since org.apache.tools.ant.module/3 3.8.
|
org.apache.tools.ant.module.api.AntTargetExecutor.Env.setLogger(OutputStream)
Usage of a custom output stream is not recommended, and prevents some
Ant module features from working correctly.
|
org.apache.tools.ant.module.spi.AntOutputStream.writeLine(String, FileObject, int, int, int, int, String)
Please override the variant taking URL instead, since org.apache.tools.ant.module/3 3.10.
|
org.apache.tools.ant.module.spi.AntOutputStream.writeLine(String, URL, int, int, int, int, String)
No longer called.
|