Uses of Interface
org.jboss.as.controller.xml.IntVersionSchema
Packages that use IntVersionSchema
Package
Description
-
Uses of IntVersionSchema in org.jboss.as.controller
Subinterfaces of IntVersionSchema 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 IntVersionSchema in org.jboss.as.controller.parsing
Subinterfaces of IntVersionSchema 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 IntVersionSchemaModifier and TypeClassDescriptionclassBase representation of a schema for the management model. -
Uses of IntVersionSchema in org.jboss.as.controller.persistence.xml
Subinterfaces of IntVersionSchema in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement. -
Uses of IntVersionSchema in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type IntVersionSchemaModifier and TypeInterfaceDescriptioninterfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.Subinterfaces of IntVersionSchema in org.jboss.as.controller.xmlModifier and TypeInterfaceDescriptioninterfaceXMLAttributeSchema<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.Methods in org.jboss.as.controller.xml with type parameters of type IntVersionSchemaModifier and TypeMethodDescriptionstatic <S extends IntVersionSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> IntVersionSchema.createURN(List<String> identifiers, Stability stability, org.jboss.staxmapper.IntVersion version) Convenience method that generates a URN for this schema using the specified namespace identifiers, stability, and version, formatted as "major.minor".static <S extends IntVersionSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> Convenience method that generates a URN for this schema using the specified namespace identifiers and version, formatted as "major.minor".static <S extends IntVersionSchema<S>,RC, WC>
XMLComponentFactory<RC,WC> XMLComponentFactory.newInstance(S schema) Creates a new particle factory for the specified schema.