org.apache.maven.cli.compat
Class CompatibleMain

java.lang.Object
  extended by org.apache.maven.cli.compat.CompatibleMain

public class CompatibleMain
extends Object

Main class used to shield the user from the rest of Maven in the event the user is using JDK < 1.5.

Since:
2.2.0

Constructor Summary
CompatibleMain()
           
 
Method Summary
static void main(String[] args)
           
static int main(String[] args, org.codehaus.classworlds.ClassWorld classWorld)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompatibleMain

public CompatibleMain()
Method Detail

main

public static void main(String[] args)

main

public static int main(String[] args,
                       org.codehaus.classworlds.ClassWorld classWorld)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.