Package org.jboss.as.controller.xml
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.Useinstead.A versioned namespace identified by a URN constructed using a version.- Author:
- Paul Ferraro
-
-
Field Summary
Fields Modifier and Type Field Description static StringJBOSS_IDENTIFIERDeprecated, for removal: This API element is subject to removal in a future version.static StringWILDFLY_IDENTIFIERDeprecated, 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.as.controller.xml.VersionedFeature
since
-
-
-
-
Field Detail
-
JBOSS_IDENTIFIER
public static final String JBOSS_IDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
WILDFLY_IDENTIFIER
public static final String WILDFLY_IDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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 identifiernss- a namespace specific stringversion- 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 identifierversion- 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 componentsversion- a version
-
-