Uses of Interface
org.openjdk.jmc.common.IStateful
Packages that use IStateful
-
Uses of IStateful in org.openjdk.jmc.common.item
Classes in org.openjdk.jmc.common.item that implement IStatefulModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
class
Simple provisional persistence implementation for item filter. -
Uses of IStateful in org.openjdk.jmc.common.util
Classes in org.openjdk.jmc.common.util that implement IStatefulModifier and TypeClassDescriptionclass
Methods in org.openjdk.jmc.common.util that return IStatefulModifier and TypeMethodDescriptionstatic IStateful
StateToolkit.statefulFromXMLFile
(File document, Charset charset) Read an XML document from a file and return its structure as astateful object
.static IStateful
StateToolkit.statefulFromXMLString
(String document) Read an XML document from a string and return its structure as astateful object
.Methods in org.openjdk.jmc.common.util with parameters of type IStatefulModifier and TypeMethodDescriptionstatic StatefulState
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.