Uses of Interface
com.ibm.pdp.product.tools.extension.IRppOption

Uses of IRppOption in com.ibm.pdp.product.tools.extension
 

Classes in com.ibm.pdp.product.tools.extension that implement IRppOption
 class RppOption
          Concrete IRppOption class.
 

Methods in com.ibm.pdp.product.tools.extension that return IRppOption
static IRppOption RppOption.createCommandOption(java.lang.String optionName, java.lang.String optionShortcut, java.lang.String optionComments)
          Creates a new command option.
static IRppOption RppOption.createOption(java.lang.String optionName, java.lang.String optionShortcut, java.lang.String optionComments, boolean isBoolean, boolean isRepeated, boolean isRequired, java.lang.String[] allowedValues)
          Creates a new sub command option.
 

Methods in com.ibm.pdp.product.tools.extension that return types with arguments of type IRppOption
 java.util.List<IRppOption> IRppSubCommand.getOptionsForSubCommand(IRppOption subCommandOption)
          Returns the list of options for this sub command option.
 java.util.List<IRppOption> IRppSubCommand.getSubCommandOptions()
          Returns the list of sub commands options handled by this extension.
 

Methods in com.ibm.pdp.product.tools.extension with parameters of type IRppOption
 IRppSubCommandResult IRppSubCommand.execute(IRppOption subCommandOption, java.util.Map<java.lang.String,java.util.List<java.lang.String>> subCommandOptionsValues, java.util.logging.Logger logger)
          Executes the command this command option.
 java.util.List<IRppOption> IRppSubCommand.getOptionsForSubCommand(IRppOption subCommandOption)
          Returns the list of options for this sub command option.