Uses of Interface
org.jboss.as.controller.xml.IntVersionSchema
-
Packages that use IntVersionSchema Package Description org.jboss.as.controller org.jboss.as.controller.xml -
-
Uses of IntVersionSchema in org.jboss.as.controller
Subinterfaces of IntVersionSchema 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 IntVersionSchema in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type IntVersionSchema Modifier and Type Interface Description interfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.Subinterfaces of IntVersionSchema in org.jboss.as.controller.xml Modifier and Type Interface Description 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.Methods in org.jboss.as.controller.xml with type parameters of type IntVersionSchema Modifier and Type Method Description static <S extends IntVersionSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S>IntVersionSchema. createURN(List<String> identifiers, org.jboss.staxmapper.IntVersion version)Convenience method that generates a URN for this schema using the specified namespace identifiers and version, formatted as "major.minor".
-