Uses of Interface
org.jboss.as.controller.xml.VersionedFeature
Packages that use VersionedFeature
Package
Description
-
Uses of VersionedFeature in org.jboss.as.controller
Subinterfaces of VersionedFeature 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 VersionedFeature in org.jboss.as.controller.parsing
Subinterfaces of VersionedFeature 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 VersionedFeatureModifier and TypeClassDescriptionclassBase representation of a schema for the management model. -
Uses of VersionedFeature in org.jboss.as.controller.persistence.xml
Subinterfaces of VersionedFeature in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement. -
Uses of VersionedFeature in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type VersionedFeatureModifier and TypeClassDescriptionclassSimpleVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V, N>> SimpleVersionedNamespaceimplementation.interfaceVersionedFeature<V extends Comparable<V>,F extends VersionedFeature<V, F>> A versioned feature.interfaceVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V, N>> A versioned namespace.interfaceVersionedSchema<V extends Comparable<V>,S extends VersionedFeature<V, S>> A versioned schema, whose namespace is a versioned namespace.classVersionedURN<N extends VersionedFeature<org.jboss.staxmapper.IntVersion,N>> Deprecated, for removal: This API element is subject to removal in a future version.Subinterfaces of VersionedFeature in org.jboss.as.controller.xmlModifier and TypeInterfaceDescriptioninterfaceIntVersionSchema<S extends IntVersionSchema<S>>A schema versioned via anIntVersion.interfaceVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V, N>> A versioned namespace.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.Classes in org.jboss.as.controller.xml that implement VersionedFeatureModifier and TypeClassDescriptionclassSimpleVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V, N>> SimpleVersionedNamespaceimplementation.classVersionedURN<N extends VersionedFeature<org.jboss.staxmapper.IntVersion,N>> Deprecated, for removal: This API element is subject to removal in a future version.Useinstead.Methods in org.jboss.as.controller.xml with type parameters of type VersionedFeatureModifier and TypeMethodDescriptionstatic <V extends Comparable<V>,N extends VersionedFeature<V, N>>
VersionedNamespace<V,N> Equivalent toVersionedNamespace.createURN(List, Stability, Comparable, Function)usingObject.toString().static <V extends Comparable<V>,N extends VersionedFeature<V, N>>
VersionedNamespace<V,N> VersionedNamespace.createURN(List<String> identifiers, Stability stability, V version, Function<V, String> versionFormatter) Creates a URN using the specified identifiers, stability, version, and version formatter.static <V extends Comparable<V>,N extends VersionedFeature<V, N>>
VersionedNamespace<V,N> Equivalent toVersionedNamespace.createURN(List, Comparable, Function)usingObject.toString().static <V extends Comparable<V>,N extends VersionedFeature<V, N>>
VersionedNamespace<V,N> VersionedNamespace.createURN(List<String> identifiers, V version, Function<V, String> versionFormatter) Creates a URN using the specified identifiers, version, and version formatter.
instead.