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.
A versioned namespace identified by a URN constructed using a version.
- Author:
- Paul Ferraro
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVersionedURN(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, getVersionMethods inherited from class org.jboss.as.controller.xml.SimpleNamespace
equals, getUri, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.staxmapper.Namespace
getUriMethods inherited from interface org.jboss.staxmapper.Versioned
getComparatorMethods inherited from interface org.jboss.as.controller.xml.VersionedFeature
since
-
Field Details
-
JBOSS_IDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
WILDFLY_IDENTIFIER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
VersionedURN
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
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
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
-
instead.