org.lateralnz.common.cli
Class CLInterface

java.lang.Object
  extended by org.lateralnz.common.cli.CLInterface

public class CLInterface
extends java.lang.Object


Field Summary
protected  CLIOHandler ioh
           
protected  java.lang.String prompt
           
 
Constructor Summary
protected CLInterface(java.lang.String prompt, CLIOHandler ioh)
           
 
Method Summary
 CLTemplate parse(java.lang.String templateFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prompt

protected java.lang.String prompt

ioh

protected CLIOHandler ioh
Constructor Detail

CLInterface

protected CLInterface(java.lang.String prompt,
                      CLIOHandler ioh)
Method Detail

parse

public CLTemplate parse(java.lang.String templateFile)
                 throws java.lang.Exception
Throws:
java.lang.Exception