Uses of Interface
org.jboss.as.controller.xml.Schema
Packages that use Schema
Package
Description
-
Uses of Schema in org.jboss.as.controller
Subinterfaces of Schema in org.jboss.as.controllerModifier and TypeInterfaceDescriptioninterfacePersistentSubsystemSchema<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.parsing
Subinterfaces of Schema in org.jboss.as.controller.parsingModifier and TypeInterfaceDescriptioninterfaceBase representation of a schema for the management model.Classes in org.jboss.as.controller.parsing that implement SchemaModifier and TypeClassDescriptionclassBase representation of a schema for the management model. -
Uses of Schema in org.jboss.as.controller.persistence.xml
Subinterfaces of Schema in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement. -
Uses of Schema in org.jboss.as.controller.xml
Subinterfaces of Schema in org.jboss.as.controller.xmlModifier and TypeInterfaceDescriptioninterfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedSchema<V extends Comparable<V>,S extends VersionedFeature<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.