Package org.wildfly.subsystem
Class SubsystemPersistence.DefaultSubsystemPersistence<S extends SubsystemSchema<S>,R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>>
- java.lang.Object
-
- org.wildfly.subsystem.SubsystemPersistence.DefaultSubsystemPersistence<S,R>
-
- All Implemented Interfaces:
SubsystemPersistence<S>
- Enclosing interface:
- SubsystemPersistence<S extends SubsystemSchema<S>>
@Deprecated(forRemoval=true) public static class SubsystemPersistence.DefaultSubsystemPersistence<S extends SubsystemSchema<S>,R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>> extends Object implements SubsystemPersistence<S>
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.wildfly.subsystem.SubsystemPersistence
SubsystemPersistence.DefaultSubsystemPersistence<S extends SubsystemSchema<S>,R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>getReader(S schema)Deprecated, for removal: This API element is subject to removal in a future version.Returns the appropriate StAX reader for the version of the specified schema that parses subsystem XML into a set of management operations.Set<S>getSchemas()Deprecated, for removal: This API element is subject to removal in a future version.Returns the supported schemas of this subsystem.org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext>getWriter(org.jboss.as.version.Stability stability)Deprecated, for removal: This API element is subject to removal in a future version.Returns a StAX writer that writes the subsystem model to XML according to the current schema version for the specified stability level.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.subsystem.SubsystemPersistence
getWriter
-
-
-
-
Method Detail
-
getSchemas
public Set<S> getSchemas()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SubsystemPersistenceReturns the supported schemas of this subsystem.- Specified by:
getSchemasin interfaceSubsystemPersistence<S extends SubsystemSchema<S>>- Returns:
- a set of schemas
-
getReader
public org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> getReader(S schema)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SubsystemPersistenceReturns the appropriate StAX reader for the version of the specified schema that parses subsystem XML into a set of management operations.- Specified by:
getReaderin interfaceSubsystemPersistence<S extends SubsystemSchema<S>>- Returns:
- a StAX reader for the version of the specified schema
-
getWriter
public org.jboss.staxmapper.XMLElementWriter<SubsystemMarshallingContext> getWriter(org.jboss.as.version.Stability stability)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SubsystemPersistenceReturns a StAX writer that writes the subsystem model to XML according to the current schema version for the specified stability level.- Specified by:
getWriterin interfaceSubsystemPersistence<S extends SubsystemSchema<S>>- Parameters:
stability- the stability level of the process- Returns:
- a StAX writer
-
-