Interface InterpreterInterface

All Known Implementing Classes:
LoginInterpreter, Shell

public interface InterpreterInterface

Juno needs an interpreter to process the user's response to the login: prompt (or what she enters on a GUILoginConsole). Each Shell needs an interpreter for shell command lines, whether entered with a GUI or a CLI.

Version:
10

Method Summary
 boolean interpret(String str)
          Interpret a command line String.
 

Method Detail

interpret

public boolean interpret(String str)
Interpret a command line String.

Parameters:
str - the String to interpret
Returns:
true, unless str tells you there's nothing to follow