autohit.common.deployment
Class KickConfigure

java.lang.Object
  extended byautohit.common.deployment.KickConfigure

public class KickConfigure
extends java.lang.Object

A deployment manager. It will handle configuration, installation, and checkpointing.

Version:
1.0 Version History EPG - Initial - 25Apr03
Author:
Erich P. Gatejen

Field Summary
 org.apache.commons.collections.ExtendedProperties props
          Command system
 
Constructor Summary
KickConfigure()
          Default constructor.
 
Method Summary
 void go(java.lang.String it, java.lang.String javaexec)
          Object main
static void help()
          help
static void main(java.lang.String[] args)
          main interface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

props

public org.apache.commons.collections.ExtendedProperties props
Command system

Constructor Detail

KickConfigure

public KickConfigure()
Default constructor.

Method Detail

go

public void go(java.lang.String it,
               java.lang.String javaexec)
Object main


help

public static void help()
help


main

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



Test.