org.apache.tools.ant
Class Launcher

java.lang.Object
  |
  +--org.apache.tools.ant.Launcher

public class Launcher
extends java.lang.Object

This is the Ant command line front end to end. This front end works out where ant is installed and loads the ant libraries before starting Ant proper.

Author:
Conor MacNeill

Constructor Summary
Launcher()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.