|
||||||||||
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 String |
COMMAND_FUNCTION
A list of method names that may be called for this command provider. |
static String |
COMMAND_SCOPE
The scope of commands provided by this service. |
Method Summary | |
---|---|
CommandSession |
createSession(InputStream in,
PrintStream out,
PrintStream err)
Create a new command session associated with IO streams. |
Field Detail |
---|
static final String COMMAND_SCOPE
static final String COMMAND_FUNCTION
Method Detail |
---|
CommandSession createSession(InputStream in, PrintStream out, 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 |