public interface

ICommandInterpreter

com.pnfsoftware.jeb.core.units.ICommandInterpreter
Known Indirect Subclasses

Class Overview

A command interpreter. Units may decide to provide command interpreters to offer advanced functionality to clients.

Summary

Public Methods
abstract ExecutionResult executeCommand(String command)
Execute a command.
abstract ItemHistory<String> getHistory()
Retrieve the history of this interpreter
abstract String getName()
Get the name of this interpreter.

Public Methods

public abstract ExecutionResult executeCommand (String command)

Execute a command.

public abstract ItemHistory<String> getHistory ()

Retrieve the history of this interpreter

public abstract String getName ()

Get the name of this interpreter.