|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRppSubCommand
This class allow adding RPPz sub commands using the rppSubCommand extension point.
Such sub commands will be available with the rpp.bat bach process.
Example :
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
IRppSubCommandResult |
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> |
getOptionsForSubCommand(IRppOption subCommandOption)
Returns the list of options for this sub command option. |
java.util.List<IRppOption> |
getSubCommandOptions()
Returns the list of sub commands options handled by this extension. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
IRppSubCommandResult execute(IRppOption subCommandOption, java.util.Map<java.lang.String,java.util.List<java.lang.String>> subCommandOptionsValues, java.util.logging.Logger logger)
subCommandOption
- subCommandOptionsValues
- logger
-
java.util.List<IRppOption> getOptionsForSubCommand(IRppOption subCommandOption)
subCommandOption
-
java.util.List<IRppOption> getSubCommandOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |