org.apache.maven.cli
Class MavenCli

java.lang.Object
  extended by org.apache.maven.cli.MavenCli

public class MavenCli
extends Object

Version:
$Id: MavenCli.java 744996 2009-02-17 12:23:30Z bentmann $
Author:
Jason van Zyl

Field Summary
static String OS_ARCH
          Deprecated. use Os.OS_ARCH
static String OS_NAME
          Deprecated. use Os.OS_NAME
static String OS_VERSION
          Deprecated. use Os.OS_VERSION
 
Constructor Summary
MavenCli()
           
 
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
 

Field Detail

OS_NAME

public static final String OS_NAME
Deprecated. use Os.OS_NAME

OS_ARCH

public static final String OS_ARCH
Deprecated. use Os.OS_ARCH

OS_VERSION

public static final String OS_VERSION
Deprecated. use Os.OS_VERSION
Constructor Detail

MavenCli

public MavenCli()
Method Detail

main

public static void main(String[] args)

main

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


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