Uses of Interface
org.jboss.as.controller.xml.VersionedNamespace
Packages that use VersionedNamespace
Package
Description
-
Uses of VersionedNamespace in org.jboss.as.controller
Methods in org.jboss.as.controller that return VersionedNamespaceModifier and TypeMethodDescriptionstatic <S extends SubsystemSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> SubsystemSchema.createLegacySubsystemURN(String subsystemName, Stability stability, org.jboss.staxmapper.IntVersion version) Creates a subsystem URN of the form ::subsystemName:IntVersion.major().IntVersion.minor()for the specified subsystem name and version.static <S extends SubsystemSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> SubsystemSchema.createLegacySubsystemURN(String subsystemName, org.jboss.staxmapper.IntVersion version) Creates a subsystem URN of the form ::subsystemName:IntVersion.major().IntVersion.minor()for the specified subsystem name and version.static <S extends SubsystemSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> SubsystemSchema.createSubsystemURN(String subsystemName, Stability stability, org.jboss.staxmapper.IntVersion version) Creates a subsystem URN of the form :subsystemName:IntVersion.major().IntVersion.minor()for the specified subsystem name and version.static <S extends SubsystemSchema<S>>
VersionedNamespace<org.jboss.staxmapper.IntVersion,S> SubsystemSchema.createSubsystemURN(String subsystemName, org.jboss.staxmapper.IntVersion version) Creates a subsystem URN of the form :subsystemName:IntVersion.major().IntVersion.minor()for the specified subsystem name and version. -
Uses of VersionedNamespace in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing that return VersionedNamespaceModifier and TypeMethodDescriptionVersionedNamespace<org.jboss.staxmapper.IntVersion,ManagementXmlSchema> ManagementSchema.getNamespace()Methods in org.jboss.as.controller.parsing with parameters of type VersionedNamespaceModifier and TypeMethodDescriptionvoidManagementXmlReaderWriter.readElement(org.jboss.staxmapper.XMLExtendedStreamReader reader, VersionedNamespace<org.jboss.staxmapper.IntVersion, ManagementXmlSchema> namespace, List<org.jboss.dmr.ModelNode> value) voidManagementXmlReaderWriter.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter streamWriter, VersionedNamespace<org.jboss.staxmapper.IntVersion, ManagementXmlSchema> namespace, ModelMarshallingContext value) -
Uses of VersionedNamespace in org.jboss.as.controller.xml
Classes in org.jboss.as.controller.xml that implement VersionedNamespaceModifier 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.Methods in org.jboss.as.controller.xml that return VersionedNamespaceModifier 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 <V extends Comparable<V>,N extends VersionedFeature<V, N>>
VersionedNamespace<V,N> Equivalent tocreateURN(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 tocreateURN(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.VersionedSchema.getNamespace()Returns the versioned namespace of this attribute/element.
instead.