Class AbstractCommandInterpreter

java.lang.Object
com.pnfsoftware.jeb.util.interpreter.AbstractCommandInterpreter
All Implemented Interfaces:
ICommandInterpreter

public abstract class AbstractCommandInterpreter extends Object implements ICommandInterpreter
Skeleton for a command interpreter.
  • Constructor Details

    • AbstractCommandInterpreter

      public AbstractCommandInterpreter()
      Create a command interpreter skeleton.
  • Method Details