Uses of Class
org.rhq.enterprise.communications.command.param.InvalidParameterValueException

Packages that use InvalidParameterValueException
org.rhq.enterprise.communications.command   
org.rhq.enterprise.communications.command.impl.start   
org.rhq.enterprise.communications.command.param   
 

Uses of InvalidParameterValueException in org.rhq.enterprise.communications.command
 

Methods in org.rhq.enterprise.communications.command that throw InvalidParameterValueException
 void AbstractCommand.checkParameterValidity(boolean convertIfNecessary)
           
 void Command.checkParameterValidity(boolean convertIfNecessary)
          This method verifies the validity of the parameters.
 

Constructors in org.rhq.enterprise.communications.command that throw InvalidParameterValueException
AbstractCommand(Command commandToTransform)
          Constructor for AbstractCommand that acts as a pseudo-copy constructor and a command decorator/transformer.
 

Uses of InvalidParameterValueException in org.rhq.enterprise.communications.command.impl.start
 

Methods in org.rhq.enterprise.communications.command.impl.start that throw InvalidParameterValueException
 void StartCommand.checkParameterValidity(boolean convertIfNecessary)
          Ensures that if either StartCommand.PARAM_INPUT_DIR or StartCommand.PARAM_INPUT_FILE are specified, that both are specified.
 String[] StartCommand.getEnvironment(Properties properties)
          Convienence method that not only returns the environment variables as a String array, but the environment variables are also populated in the given Properties map so the caller can more easily look up environment variables by name.
 

Uses of InvalidParameterValueException in org.rhq.enterprise.communications.command.param
 

Methods in org.rhq.enterprise.communications.command.param that throw InvalidParameterValueException
 Object ParameterDefinition.convertObject(Object objectToConvert)
          This method converts the given objectToConvert value into an instance of this parameter's type.
 Object FixedValuesParameterDefinition.convertObject(Object objectToConvert)
          Makes sure that, after conversion, the object still matches one of the fixed, allowed values.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.