[ini4j]

org.ini4j.demo
Class DemoModel

Object
  extended by DemoModel
All Implemented Interfaces:
Runnable

public class DemoModel
extends Object
implements Runnable


Nested Class Summary
static class DemoModel.Mode
           
 
Constructor Summary
DemoModel(bsh.ConsoleInterface console)
           
 
Method Summary
 void clear()
           
 Object getData()
           
 DemoModel.Mode getMode()
           
 String help()
           
 String load()
           
 void parse(String text)
           
 void run()
           
 void setMode(DemoModel.Mode mode)
           
 String tip()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoModel

public DemoModel(bsh.ConsoleInterface console)
Method Detail

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

[ini4j]