Class SubsystemPersistence.DefaultSubsystemPersistence<S extends Schema,​R extends org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>>>

    • Method Detail

      • getReader

        public org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> getReader​(S schema)
        Description copied from interface: SubsystemPersistence
        Returns the appropriate StAX reader for the version of the specified schema that parses subsystem XML into a set of management operations.
        Specified by:
        getReader in interface SubsystemPersistence<S extends Schema>
        Returns:
        a StAX reader for the version of the specified schema