Package | Description |
---|---|
jnr.posix.util |
Modifier and Type | Field and Description |
---|---|
private ProcessMaker.Redirect.Type |
ProcessMaker.Redirect.type |
Modifier and Type | Method and Description |
---|---|
ProcessMaker.Redirect.Type |
ProcessMaker.Redirect.type() |
static ProcessMaker.Redirect.Type |
ProcessMaker.Redirect.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProcessMaker.Redirect.Type[] |
ProcessMaker.Redirect.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Redirect(ProcessMaker.Redirect.Type type) |
Redirect(ProcessMaker.Redirect.Type type,
java.io.File file) |