Class Main

java.lang.Object
org.apache.tools.ant.Main
All Implemented Interfaces:
AntMain

public class Main extends Object implements AntMain
Command line entry point into Ant. This class is entered via the canonical `public static void main` entry point and reads the command line arguments. It then assembles and executes an Ant project.

If you integrating Ant into some other tool, this is not the class to use as an entry point. Please see the source code of this class to see how it manipulates the Ant project classes.