org.apache.maven.cli.compat
Class CompatibleMain
java.lang.Object
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
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 |
CompatibleMain
public CompatibleMain()
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.