Package | Description |
---|---|
org.openjdk.jmc.common.item |
This package contains the
IItem data model. |
org.openjdk.jmc.common.util |
Modifier and Type | Class and Description |
---|---|
static class |
ItemFilters.AttributeFilter<M> |
static class |
ItemFilters.AttributeValue<M> |
private static class |
ItemFilters.Compare<M extends java.lang.Comparable<? super M>> |
static class |
ItemFilters.Composite |
static class |
ItemFilters.Contains |
private static class |
ItemFilters.Equals<M> |
static class |
ItemFilters.HasAttribute<M> |
private static class |
ItemFilters.IsNotNull<M> |
private static class |
ItemFilters.IsNull<M> |
static class |
ItemFilters.Matches |
private static class |
ItemFilters.MemberOf<M> |
static class |
ItemFilters.Not |
static class |
ItemFilters.NotContains |
private static class |
ItemFilters.NotEquals<M> |
static class |
ItemFilters.NotHasAttribute<M> |
static class |
ItemFilters.NotMatches |
private static class |
ItemFilters.RangeMatches<M extends java.lang.Comparable<? super M>> |
static class |
ItemFilters.Type |
static class |
ItemFilters.TypeMatches |
static class |
ItemFilters.Types |
class |
PersistableItemFilter
Simple provisional persistence implementation for item filter.
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulState
|
Modifier and Type | Method and Description |
---|---|
static IStateful |
StateToolkit.statefulFromXMLFile(java.io.File document,
java.nio.charset.Charset charset)
Read an XML document from a file and return its structure as a
stateful
object . |
static IStateful |
StateToolkit.statefulFromXMLString(java.lang.String document)
Read an XML document from a string and return its structure as a
stateful
object . |
Modifier and Type | Method and Description |
---|---|
static StatefulState |
StatefulState.create(IStateful state)
Create a new instance.
|
static java.lang.String |
StateToolkit.toXMLString(IStateful state)
Write a stateful state as an XML string.
|
static void |
StateToolkit.writeAsXml(IStateful state,
java.io.Writer writer)
Write a stateful state to a reader as an XML string.
|