org.apache.tools.ant.launch
Interface AntMain
- Main
Interface used to bridge to the actual Main class without any
messy reflection
void | startAnt(String[] args, Properties additionalUserProperties, ClassLoader coreLoader) - Start Ant.
|
startAnt
public void startAnt(String[] args,
Properties additionalUserProperties,
ClassLoader coreLoader)
Start Ant.
args
- command line argsadditionalUserProperties
- properties to set beyond those that
may be specified on the args listcoreLoader
- - not used
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.