Package | Description |
---|---|
org.eclipse.cdt.utils.pty |
Modifier and Type | Method and Description |
---|---|
static PTY.Mode |
PTY.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PTY.Mode[] |
PTY.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PTY.isSupported(PTY.Mode mode) |
Constructor and Description |
---|
PTY(PTY.Mode mode)
Create PTY for given mode.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.