FileDocCategorySizeDatePackage
NYICommand.javaAPI DocGlassfish v2 API2912Fri May 04 22:25:12 BST 2007com.sun.enterprise.cli.commands

NYICommand

public class NYICommand extends Command
This is a Not-implemented command
version
$Revision: 1.4 $

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

throws
CommandException

        CLILogger.getInstance().printError("Command Not Yet Implemented");
        throw new CommandException("Command Not Yet Implemented");
    
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;