|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Thread
org.jpos.q2.CLI
public class CLI
| Nested Class Summary | |
|---|---|
static interface |
CLI.Command
|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
CLI(Q2 q2,
java.lang.String line,
boolean keepRunning)
|
|
| Method Summary | |
|---|---|
boolean |
confirm(java.lang.String prompt)
|
java.lang.String |
filter(java.lang.String element)
|
jline.ConsoleReader |
getConsoleReader()
|
java.io.PrintStream |
getOutputStream()
|
Q2 |
getQ2()
|
void |
print(java.lang.String s)
|
void |
println(java.lang.String s)
|
void |
run()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CLI(Q2 q2,
java.lang.String line,
boolean keepRunning)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void run()
run in interface java.lang.Runnablerun in class java.lang.Threadpublic void print(java.lang.String s)
public void println(java.lang.String s)
public boolean confirm(java.lang.String prompt)
throws java.io.IOException
java.io.IOExceptionpublic Q2 getQ2()
public jline.ConsoleReader getConsoleReader()
public java.io.PrintStream getOutputStream()
public java.lang.String filter(java.lang.String element)
filter in interface jline.SimpleCompletor.SimpleCompletorFilter
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||