|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.shell.ProcessManagerFactory
public class ProcessManagerFactory
This class is used to create ProcessManager
objects.
Field Summary | |
---|---|
static java.lang.String |
PROCESS
The keyword used to denote a process. |
static java.lang.String |
PROCESS_NAME_FILE
The keyword used to denote a procedure name file. |
Method Summary | |
---|---|
static ProcessManager<java.lang.String,java.lang.String> |
make(ManagerInput<java.lang.String,java.lang.String> input,
java.io.PrintWriter out)
Prints a formatted string representation of the provided input to the provided print writer and returns its corresponding process manager. |
static void |
printInput(ManagerInput<java.lang.String,java.lang.String> input,
java.io.PrintWriter out)
Creates a formatted string representation of the provided input and prints it to the provided print writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROCESS
public static final java.lang.String PROCESS_NAME_FILE
Method Detail |
---|
public static void printInput(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
input
- the input to be formatted.out
- the print writer to which the string will be printed.public static ProcessManager<java.lang.String,java.lang.String> make(ManagerInput<java.lang.String,java.lang.String> input, java.io.PrintWriter out)
input
- a manager input containing values for PROCESS and
PROCESS_NAME_FILE and all other values required to create
the process manager corresponding to those two values.out
- the print writer to which the string will be printed.
ApplicationException
- if a process manager cannot be
created from the provided manager input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |