FileDocCategorySizeDatePackage
DummyCommand.javaAPI DocGlassfish v2 API2780Fri May 04 22:25:10 BST 2007com.sun.enterprise.cli.commands

DummyCommand

public class DummyCommand extends Command
This is a dummy command that does nothing
version
$Revision: 1.4 $

Fields Summary
Constructors Summary
Methods Summary
public voidrunCommand()
A method that Executes the command

throws
CommandException

    
public booleanvalidateOptions()
A method that validates the options on the specification in the xml properties file This method verifies for the correctness of number of operands and if all the required options are supplied by the client.

return
boolean returns true if success else returns false

	return true;