| org.apache.tools.ant.launch.AntMain
All known Subclasses: org.apache.tools.ant.Main,
AntMain | public interface AntMain (Code) | | Interface used to bridge to the actual Main class without any
messy reflection
since: Ant 1.6 |
startAnt | void startAnt(String[] args, Properties additionalUserProperties, ClassLoader coreLoader)(Code) | | Start Ant.
Parameters: args - command line args Parameters: additionalUserProperties - properties to set beyond those thatmay be specified on the args list Parameters: coreLoader - - not used since: Ant 1.6 |
|
|