|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandProcessor
A command shell can create and maintain a number of command sessions.
| Field Summary | |
|---|---|
static java.lang.String |
COMMAND_FUNCTION
A list of method names that may be called for this command provider. |
static java.lang.String |
COMMAND_SCOPE
The scope of commands provided by this service. |
| Method Summary | |
|---|---|
CommandSession |
createSession(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err)
Create a new command session associated with IO streams. |
| Field Detail |
|---|
static final java.lang.String COMMAND_SCOPE
static final java.lang.String COMMAND_FUNCTION
| Method Detail |
|---|
CommandSession createSession(java.io.InputStream in,
java.io.PrintStream out,
java.io.PrintStream err)
in - The value used for System.inout - The stream used for System.outerr - The stream used for System.err
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||