FileDocCategorySizeDatePackage
AntMain.javaAPI DocApache Ant 1.701408Wed Dec 13 06:16:22 GMT 2006org.apache.tools.ant.launch

AntMain

public interface AntMain
Interface used to bridge to the actual Main class without any messy reflection
since
Ant 1.6

Fields Summary
Constructors Summary
Methods Summary
public voidstartAnt(java.lang.String[] args, java.util.Properties additionalUserProperties, java.lang.ClassLoader coreLoader)
Start Ant.

param
args command line args
param
additionalUserProperties properties to set beyond those that may be specified on the args list
param
coreLoader - not used
since
Ant 1.6