| java.lang.Object org.apache.tools.ant.module.bridge.impl.BridgeImpl
BridgeImpl | public class BridgeImpl implements BridgeInterface(Code) | | Implements the BridgeInterface using the current version of Ant.
author: Jesse Glick |
Method Summary | |
public String | getAntVersion() | public String[] | getEnumeratedValues(Class> c) | public IntrospectionHelperProxy | getIntrospectionHelper(Class> clazz) | public boolean | isAnt16() | public boolean | run(File buildFile, List<String> targets, InputStream in, OutputWriter out, OutputWriter err, Map<String, String> properties, int verbosity, String displayName, Runnable interestingOutputCallback, ProgressHandle handle) | public void | stop(Thread process) | public boolean | toBoolean(String val) |
BridgeImpl | public BridgeImpl()(Code) | | |
isAnt16 | public boolean isAnt16()(Code) | | |
run | public boolean run(File buildFile, List<String> targets, InputStream in, OutputWriter out, OutputWriter err, Map<String, String> properties, int verbosity, String displayName, Runnable interestingOutputCallback, ProgressHandle handle)(Code) | | |
|
|