Uses of Interface
org.jboss.as.controller.xml.Schema
-
Packages that use Schema Package Description org.jboss.as.controller org.jboss.as.controller.xml -
-
Uses of Schema in org.jboss.as.controller
Subinterfaces of Schema in org.jboss.as.controller Modifier and Type Interface Description interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem. -
Uses of Schema in org.jboss.as.controller.xml
Subinterfaces of Schema in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedSchema<V extends Comparable<V>,S extends VersionedSchema<V,S>>A versioned schema, whose namespace is a versioned namespace.interfaceXMLAttributeSchema<S extends XMLAttributeSchema<S,T>,T>A versioned schema for an XML attribute.interfaceXMLElementSchema<S extends XMLElementSchema<S,T>,T>A versioned schema for an XML element.
-