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> |
static class |
ItemFilters.Composite |
static class |
ItemFilters.Contains |
static class |
ItemFilters.HasAttribute<M> |
static class |
ItemFilters.Matches |
static class |
ItemFilters.Not |
static class |
ItemFilters.NotContains |
static class |
ItemFilters.NotHasAttribute<M> |
static class |
ItemFilters.NotMatches |
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(File document,
Charset charset)
Read an XML document from a file and return its structure as a
stateful
object . |
static IStateful |
StateToolkit.statefulFromXMLString(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 String |
StateToolkit.toXMLString(IStateful state)
Write a stateful state as an XML string.
|
static void |
StateToolkit.writeAsXml(IStateful state,
Writer writer)
Write a stateful state to a reader as an XML string.
|
Copyright © 2019. All rights reserved.