Uses of Interface
org.jboss.as.controller.xml.VersionedFeature
-
Packages that use VersionedFeature Package Description org.jboss.as.controller org.jboss.as.controller.parsing org.jboss.as.controller.xml -
-
Uses of VersionedFeature in org.jboss.as.controller
Subinterfaces of VersionedFeature 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 VersionedFeature in org.jboss.as.controller.parsing
Subinterfaces of VersionedFeature in org.jboss.as.controller.parsing Modifier and Type Interface Description interfaceManagementXmlSchemaBase representation of a schema for the management model.Classes in org.jboss.as.controller.parsing that implement VersionedFeature Modifier and Type Class Description classManagementSchemaBase representation of a schema for the management model. -
Uses of VersionedFeature in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml with type parameters of type VersionedFeature Modifier and Type Class Description classSimpleVersionedNamespace<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.Useinstead.Subinterfaces of VersionedFeature in org.jboss.as.controller.xml Modifier and Type Interface Description interfaceIntVersionSchema<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 VersionedFeature Modifier and Type Class Description classSimpleVersionedNamespace<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 VersionedFeature Modifier and Type Method Description static <V extends Comparable<V>,N extends VersionedFeature<V,N>>
VersionedNamespace<V,N>VersionedNamespace. createURN(List<String> identifiers, Stability stability, V version)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>VersionedNamespace. createURN(List<String> identifiers, V version)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.
-