com.sun.enterprise.admin.cli
Class UnsetCommand

java.lang.Object
  extended by com.sun.enterprise.admin.cli.CLICommand
      extended by com.sun.enterprise.admin.cli.UnsetCommand
All Implemented Interfaces:
org.jvnet.hk2.component.PostConstruct

@Service(name="unset")
@Scoped(value=org.jvnet.hk2.component.PerLookup.class)
public class UnsetCommand
extends CLICommand

A local unset command to unset environment variables.

Author:
Bill Shannon

Field Summary
private static LocalStringsImpl strings
           
private  java.util.List<java.lang.String> vars
           
 
Fields inherited from class com.sun.enterprise.admin.cli.CLICommand
argv, commandModel, CONNECTION_ERROR, env, ERROR, INVALID_COMMAND_ERROR, logger, metadataErrors, name, operands, options, passwords, programOpts, SUCCESS, WARNING
 
Constructor Summary
UnsetCommand()
           
 
Method Summary
 int executeCommand()
          Execute the command using the options in options and the operands in operands.
 
Methods inherited from class com.sun.enterprise.admin.cli.CLICommand
checkHelp, execute, getBooleanOption, getCommand, getManPage, getName, getOperandModel, getOption, getPassword, getProgramOptions, getSystemProperties, getSystemProperty, getUsage, initializeLogger, initializePasswords, inject, ok, parse, postConstruct, prepare, prevalidate, printExceptionStackTrace, processProgramOptions, quote, readPassword, toString, usageOptions, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

vars

private java.util.List<java.lang.String> vars

strings

private static final LocalStringsImpl strings
Constructor Detail

UnsetCommand

public UnsetCommand()
Method Detail

executeCommand

public int executeCommand()
                   throws CommandException,
                          CommandValidationException
Description copied from class: CLICommand
Execute the command using the options in options and the operands in operands.

Specified by:
executeCommand in class CLICommand
Returns:
the exit code
Throws:
CommandException - if execution of the command fails
CommandValidationException - if there's something wrong with the options or arguments


Copyright © 2012 GlassFish Community. All Rights Reserved.