public class TranslatePlugin extends CommandPlugin
interpreter| Constructor and Description |
|---|
TranslatePlugin(Interpreter interpreter)
The constructor is called from the command line interpreter when the user first types
"translate
|
| Modifier and Type | Method and Description |
|---|---|
String |
help()
Once this plugin is loaded (but not before) the following help line is added to the general
"help" output in the command line.
|
boolean |
run(String[] argv)
The run method is called whenever the user types "translate
|
public TranslatePlugin(Interpreter interpreter)
interpreter - public boolean run(String[] argv)
run in class CommandPluginpublic String help()
help in class CommandPluginCopyright © 2022. All rights reserved.