Creating a plug-in dedicated to user command lines
A specific creation wizard is available to create this type of plug-in.
Procedure
Results
The plugin.xml file
contains the user command-line extension point.
Figure 1. Command-line
extension point
<extension
point="com.ibm.pdp.product.tools.rppSubCommand">
<rppSubcommand
rppSubCommandId="rppCommandId"
class="com.rppsubcommand.sample.SampleRppSubCommand">
</rppSubcommand>
</extension>
To write your command line, open the plug-in and the Java class generated from the name you specified in the creation wizard.