org.apache.karaf.shell.console.jline
Class TerminalFactory

java.lang.Object
  extended by org.apache.karaf.shell.console.jline.TerminalFactory

public class TerminalFactory
extends Object


Constructor Summary
TerminalFactory()
           
 
Method Summary
 void destroy()
           
 jline.Terminal getTerminal()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalFactory

public TerminalFactory()
Method Detail

getTerminal

public jline.Terminal getTerminal()
                           throws Exception
Throws:
Exception

init

public void init()
          throws Exception
Throws:
Exception

destroy

public void destroy()
             throws Exception
Throws:
Exception


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.