Uses of Interface
org.jboss.as.controller.xml.VersionedNamespace
-
Packages that use VersionedNamespace Package Description org.jboss.as.controller org.jboss.as.controller.xml -
-
Uses of VersionedNamespace in org.jboss.as.controller
Methods in org.jboss.as.controller that return VersionedNamespace Modifier and Type Method Description static <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.xml
Classes in org.jboss.as.controller.xml that implement VersionedNamespace Modifier and Type Class Description classSimpleVersionedNamespace<V extends Comparable<V>,N extends org.jboss.staxmapper.Versioned<V,N>>SimpleVersionedNamespaceimplementation.classVersionedURN<N extends org.jboss.staxmapper.Versioned<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 that return VersionedNamespace Modifier and Type Method Description static <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>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".static <V extends Comparable<V>,N extends org.jboss.staxmapper.Versioned<V,N>>
VersionedNamespace<V,N>VersionedNamespace. createURN(List<String> identifiers, Stability stability, V version)Equivalent tocreateURN(List, Stability, Comparable, Function)usingObject.toString().static <V extends Comparable<V>,N extends org.jboss.staxmapper.Versioned<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 org.jboss.staxmapper.Versioned<V,N>>
VersionedNamespace<V,N>VersionedNamespace. createURN(List<String> identifiers, V version)Equivalent tocreateURN(List, Comparable, Function)usingObject.toString().static <V extends Comparable<V>,N extends org.jboss.staxmapper.Versioned<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.VersionedNamespace<V,S>VersionedSchema. getNamespace()Returns the versioned namespace of this attribute/element.
-