- IRppOption - Interface in com.ibm.pdp.product.tools.extension
-
This interface represents a RPP command line option.
- IRppSubCommand - Interface in com.ibm.pdp.product.tools.extension
-
This class allows to add RPP sub commands using the rppSubCommand extension point.
- IRppSubCommandResult - Interface in com.ibm.pdp.product.tools.extension
-
This interface represents the result of a command execution.
- isBoolean() - Method in interface com.ibm.pdp.product.tools.extension.IRppOption
-
Returns true if the option is a boolean option.
- isBoolean() - Method in class com.ibm.pdp.product.tools.extension.RppOption
-
Returns true if the option is a boolean option.
- isLightweight() - Method in interface com.ibm.pdp.product.tools.extension.IRppOption
-
Returns true is the option is lightweight.
- isLightweight() - Method in class com.ibm.pdp.product.tools.extension.RppOption
-
Returns the is lightweight value.
- isPrivate() - Method in interface com.ibm.pdp.product.tools.extension.IRppOption
-
Returns true is the option is private.
- isPrivate() - Method in class com.ibm.pdp.product.tools.extension.RppOption
-
Returns true is the option is private.
- isRepeated() - Method in interface com.ibm.pdp.product.tools.extension.IRppOption
-
Returns true is this option can be repeated in the commande line.
- isRepeated() - Method in class com.ibm.pdp.product.tools.extension.RppOption
-
Returns true is this option can be repeated in the commande line.
- isRequired() - Method in interface com.ibm.pdp.product.tools.extension.IRppOption
-
Returns true if the option is mandatory.
- isRequired() - Method in class com.ibm.pdp.product.tools.extension.RppOption
-
Returns true if the option is mandatory.