org.ini4j.demo
Class DemoModel
Object
DemoModel
- All Implemented Interfaces:
- Runnable
public class DemoModel
- extends Object
- implements Runnable
Constructor Summary |
DemoModel(bsh.ConsoleInterface console)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemoModel
public DemoModel(bsh.ConsoleInterface console)
getData
public Object getData()
getMode
public DemoModel.Mode getMode()
setMode
public void setMode(DemoModel.Mode mode)
clear
public void clear()
throws bsh.EvalError
- Throws:
bsh.EvalError
help
public String help()
throws IOException
- Throws:
IOException
load
public String load()
throws IOException
- Throws:
IOException
parse
public void parse(String text)
throws IOException,
bsh.EvalError
- Throws:
IOException
bsh.EvalError
run
public void run()
- Specified by:
run
in interface Runnable
tip
public String tip()
throws IOException
- Throws:
IOException