Package | Description |
---|---|
org.glassfish.tools.ide.admin |
Modifier and Type | Field and Description |
---|---|
private ProcessIOResult |
ProcessIOContent.TreeNode.result
Response result.
|
private ProcessIOResult |
ProcessIOParser.Parser.result
Content verification result.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessIOResult |
ProcessIOContent.Token.match(CharSequence str,
int offset)
Search for tokens in provided string.
|
protected ProcessIOResult |
ProcessIOParser.Parser.result()
Get content verification result.
|
static ProcessIOResult |
ProcessIOResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessIOResult[] |
ProcessIOResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ProcessIOResult |
ProcessIOParser.verify()
Verify process output streams against content verification data
provided in constructor as
ioContent argument. |
Constructor and Description |
---|
ProcessIOContent.TreeNode(Short index,
ProcessIOResult result)
Creates an instance of prefix tree final node content.
|
Copyright © 2013. All Rights Reserved.