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 classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classclassSimple 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 TypeClassDescriptionclassMethods in org.openjdk.jmc.common.util that return IStatefulModifier and TypeMethodDescriptionstatic IStatefulStateToolkit.statefulFromXMLFile(File document, Charset charset) Read an XML document from a file and return its structure as astateful object.static IStatefulStateToolkit.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 StatefulStateCreate a new instance.static StringStateToolkit.toXMLString(IStateful state) Write a stateful state as an XML string.static voidStateToolkit.writeAsXml(IStateful state, Writer writer) Write a stateful state to a reader as an XML string.