org.apache.pluto.driver.deploy
Class CLI

java.lang.Object
  extended by org.apache.pluto.driver.deploy.CLI

public class CLI
extends java.lang.Object


Method Summary
static void main(java.lang.String[] args)
          Command Line Interface for the Pluto Deploy tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Command Line Interface for the Pluto Deploy tool.
  Usage: deploy [options] [ | ]"
  Options:
    -destination, -d       destination to which the app should be deployed
    -portal, -p            specify the portal location
    -version,              print versioning information
    -verbose, -v           be extra verbose
    -help, -h              print this messagae
Possible Future Options -regsitrar, -r class name of the registrar which should be used

Parameters:
args -
Throws:
java.lang.Exception


Copyright © 2003-2011 . All Rights Reserved.