org.apache.tools.ant.launchInterface AntMain
- All Known Implementing Classes:
- Main
public interface AntMainInterface used to bridge to the actual Main class without any messy reflection
- Since:
- Ant 1.6
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidstartAnt(java.lang.String[] args, java.util.Properties additionalUserProperties, java.lang.ClassLoader coreLoader)Start Ant.
Method Detail
startAnt
void startAnt(java.lang.String[] args, java.util.Properties additionalUserProperties, java.lang.ClassLoader coreLoader)Start Ant.
- Parameters:
args- command line argsadditionalUserProperties- properties to set beyond those that may be specified on the args listcoreLoader- - not used- Since:
- Ant 1.6