Class VersionedURN<N extends VersionedFeature<org.jboss.staxmapper.IntVersion,N>>

java.lang.Object
org.jboss.as.controller.xml.SimpleNamespace
org.jboss.as.controller.xml.SimpleVersionedNamespace<org.jboss.staxmapper.IntVersion,N>
org.jboss.as.controller.xml.VersionedURN<N>
All Implemented Interfaces:
Feature, VersionedFeature<org.jboss.staxmapper.IntVersion,N>, VersionedNamespace<org.jboss.staxmapper.IntVersion,N>, org.jboss.staxmapper.Namespace, org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,N>

@Deprecated(forRemoval=true) public class VersionedURN<N extends VersionedFeature<org.jboss.staxmapper.IntVersion,N>> extends SimpleVersionedNamespace<org.jboss.staxmapper.IntVersion,N>
Deprecated, for removal: This API element is subject to removal in a future version.
A versioned namespace identified by a URN constructed using a version.
Author:
Paul Ferraro
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    VersionedURN(String nid, String nss, org.jboss.staxmapper.IntVersion version)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a versioned URN-based namespace using the specified namespace identifier, namespace specific string, and version.
    VersionedURN(String identifier, org.jboss.staxmapper.IntVersion version)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a versioned URN-based namespace using the specified namespace identifier and version.
    VersionedURN(List<String> identifiers, org.jboss.staxmapper.IntVersion version)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a versioned URN-based namespace using the specified URN components and version.
  • Method Summary

    Methods inherited from class org.jboss.as.controller.xml.SimpleVersionedNamespace

    getStability, getVersion

    Methods inherited from class org.jboss.as.controller.xml.SimpleNamespace

    equals, getUri, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jboss.staxmapper.Namespace

    getUri

    Methods inherited from interface org.jboss.staxmapper.Versioned

    getComparator

    Methods inherited from interface org.jboss.as.controller.xml.VersionedFeature

    since
  • Field Details

    • JBOSS_IDENTIFIER

      public static final String JBOSS_IDENTIFIER
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • WILDFLY_IDENTIFIER

      public static final String WILDFLY_IDENTIFIER
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • VersionedURN

      public VersionedURN(String nid, String nss, org.jboss.staxmapper.IntVersion version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a versioned URN-based namespace using the specified namespace identifier, namespace specific string, and version.
      Parameters:
      nid - a namespace identifier
      nss - a namespace specific string
      version - a version
    • VersionedURN

      public VersionedURN(String identifier, org.jboss.staxmapper.IntVersion version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a versioned URN-based namespace using the specified namespace identifier and version.
      Parameters:
      nid - a namespace identifier
      version - a version
    • VersionedURN

      public VersionedURN(List<String> identifiers, org.jboss.staxmapper.IntVersion version)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructs a versioned URN-based namespace using the specified URN components and version.
      Parameters:
      components - a list of URN components
      version - a version