com.pnfsoftware.jeb.util.interpreter.ICommandHandler |
Known Indirect Subclasses |
Definition of a command handler.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.util.interpreter.ICommandNode
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getHelpDetails()
Give additional details (used when "help $command" is called).
| ||||||||||
abstract List<CommandParameter> |
getParameters()
Retrieve the list of parameters available for this command
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.util.interpreter.ICommandNode
|
Give additional details (used when "help $command" is called). Please provide the most details to help user: any trick, return format.
Retrieve the list of parameters available for this command