Main
public interface AntMain
Modifier and Type | Method | Description |
---|---|---|
void |
startAnt(java.lang.String[] args,
java.util.Properties additionalUserProperties,
java.lang.ClassLoader coreLoader) |
Start Ant.
|
void startAnt(java.lang.String[] args, java.util.Properties additionalUserProperties, java.lang.ClassLoader coreLoader)
args
- command line argsadditionalUserProperties
- properties to set beyond those that
may be specified on the args listcoreLoader
- - not used