ProcessorJsonShell

Companion:
object
class Shell
class Object
trait Matchable
class Any

Value members

Concrete methods

override def mkMenu(): Menu
Definition Classes
override def work(text: String): Unit
Definition Classes

Inherited methods

def initialize(): Unit

Initialize the NLP component needed for the work method if that needs to happen after shell() is called. Otherwise, such initialization can happen in the subclass constructor.

Initialize the NLP component needed for the work method if that needs to happen after shell() is called. Otherwise, such initialization can happen in the subclass constructor.

Inherited from:
Shell
def prepareClu(): Unit
Inherited from:
ProcessorShell
def prepareCore(): Unit
Inherited from:
ProcessorShell
def prepareFast(): Unit
Inherited from:
ProcessorShell
def prepareProcessor(message: String, promptedReloadableProcessor: PromptedReloadableProcessor): Unit
Inherited from:
ProcessorShell
def reload(): Unit
Inherited from:
ProcessorShell
def shell(): Unit
Inherited from:
Shell

Concrete fields

val serializer: JSONSerializer

Inherited fields

val lineReader: CliReader
Inherited from:
ProcessorShell
val printWriter: PrintWriter
Inherited from:
ProcessorShell