Package org.apache.tools.ant.launch
Interface AntMain
- All Known Implementing Classes:
Main
public interface AntMain
Interface used to bridge to the actual Main class without any
messy reflection
- Since:
- Ant 1.6
-
Method Summary
Modifier and TypeMethodDescriptionvoid
startAnt
(String[] args, Properties additionalUserProperties, ClassLoader coreLoader) Start Ant.
-
Method Details
-
startAnt
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
-