Package | Description |
---|---|
gov.sandia.cognition.io |
Provides general classes for assisting with input/output operations.
|
Modifier and Type | Method and Description |
---|---|
ProcessLauncherEvent.EventType |
ProcessLauncherEvent.getType()
Getter for type
|
static ProcessLauncherEvent.EventType |
ProcessLauncherEvent.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessLauncherEvent.EventType[] |
ProcessLauncherEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessLauncherEvent.setType(ProcessLauncherEvent.EventType type)
Setter for type
|
Constructor and Description |
---|
ProcessLauncherEvent(ProcessLauncherEvent.EventType type,
java.lang.String currentLine,
java.lang.Process process)
Creates a new instance of ProcessLauncherEvent
|