public interface

ICommandHandler

implements ICommandNode
com.pnfsoftware.jeb.util.interpreter.ICommandHandler
Known Indirect Subclasses

Class Overview

Definition of a command handler.

Summary

[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

Public Methods

public abstract String getHelpDetails ()

Give additional details (used when "help $command" is called). Please provide the most details to help user: any trick, return format.

public abstract List<CommandParameter> getParameters ()

Retrieve the list of parameters available for this command