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 |
---|---|
IWritableState |
IWritableState.createChild(String type)
Creates a new child node.
|
Modifier and Type | Method and Description |
---|---|
void |
IStateful.saveTo(IWritableState state)
Saves the state for this object into a state object.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
PersistableItemFilter.putValueType(IWritableState memento,
ContentType<?> contentType) |
protected abstract void |
PersistableItemFilter.saveArgs(IWritableState memento) |
protected void |
ItemFilters.Not.saveArgs(IWritableState memento) |
protected void |
ItemFilters.Composite.saveArgs(IWritableState memento) |
protected void |
ItemFilters.Type.saveArgs(IWritableState memento) |
protected void |
ItemFilters.TypeMatches.saveArgs(IWritableState memento) |
protected void |
ItemFilters.AttributeFilter.saveArgs(IWritableState memento) |
protected void |
ItemFilters.AttributeValue.saveArgs(IWritableState memento) |
void |
PersistableItemFilter.saveTo(IWritableState memento) |
Modifier and Type | Method and Description |
---|---|
static IWritableState |
StateToolkit.createWriter(String rootName)
Create a new writable state.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulState.saveTo(IWritableState state) |
static void |
StateToolkit.saveXMLDocumentTo(Reader reader,
IWritableState state)
Read an XML document from a reader and write its structure to a
writable state . |
static void |
StateToolkit.writeBoolean(IWritableState state,
String attribute,
Boolean value)
Write a boolean value to a state.
|
static <T extends Enum<T>> |
StateToolkit.writeEnum(IWritableState state,
String attribute,
T value)
Write an enum value to a state.
|
static void |
StateToolkit.writeFloat(IWritableState state,
String attribute,
Float value)
Write a float value to a state.
|
static void |
StateToolkit.writeInt(IWritableState state,
String attribute,
Integer value)
Write an integer value to a state.
|
Copyright © 2020. All rights reserved.