Release Planner v1.0

rp.cmd
Class WebCommand

java.lang.Object
  |
  +--rp.cmd.Command
        |
        +--rp.cmd.WebCommand
All Implemented Interfaces:
java.lang.Cloneable

public class WebCommand
extends Command

Exits the application

Version:
$Revision: 1.1 $, $Date: 2002/04/12 19:09:41 $

Constructor Summary
WebCommand()
           
 
Method Summary
 void execute()
           
 java.lang.String getName()
           
 
Methods inherited from class rp.cmd.Command
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCommand

public WebCommand()
Method Detail

execute

public void execute()
Specified by:
execute in class Command

getName

public java.lang.String getName()
Specified by:
getName in class Command

Release Planner v1.0