Package | Description |
---|---|
org.openjdk.jmc.common |
This package contains interfaces used in Mission Control to identify classes, methods, stack
traces etc.
|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.util |
Modifier and Type | Method and Description |
---|---|
IState |
IState.getChild(String type)
Gets a child of the named type.
|
IState[] |
IState.getChildren()
Gets all child nodes.
|
IState[] |
IState.getChildren(String type)
Gets all child nodes of a named type.
|
Modifier and Type | Method and Description |
---|---|
static IItemFilter |
PersistableItemFilter.readFrom(IState memento) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulState
|
Modifier and Type | Method and Description |
---|---|
static IState |
StateToolkit.fromXMLFile(File document)
Read an XML document from a file and return its structure as a
state . |
static IState |
StateToolkit.fromXMLString(String document)
Read an XML document from a string and return its structure as a
state . |
Modifier and Type | Method and Description |
---|---|
static Boolean |
StateToolkit.readBoolean(IState state,
String attribute,
Boolean defaultValue)
Read a boolean value from a state.
|
static <T extends Enum<T>> |
StateToolkit.readEnum(IState state,
String attribute,
T defaultValue,
Class<T> klass)
Read an enum value from a state.
|
static Float |
StateToolkit.readFloat(IState state,
String attribute,
Float defaultValue)
Read a float value from a state.
|
static Integer |
StateToolkit.readInt(IState state,
String attribute,
Integer defaultValue)
Read an integer value from a state.
|
Copyright © 2019. All rights reserved.