Package org.jboss.as.controller.xml
Class SimpleVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V,N>>
java.lang.Object
org.jboss.as.controller.xml.SimpleNamespace
org.jboss.as.controller.xml.SimpleVersionedNamespace<V,N>
- Type Parameters:
V- the namespace versionN- the namespace type
- All Implemented Interfaces:
Feature,VersionedFeature<V,,N> VersionedNamespace<V,,N> org.jboss.staxmapper.Namespace,org.jboss.staxmapper.Versioned<V,N>
- Direct Known Subclasses:
VersionedURN
public class SimpleVersionedNamespace<V extends Comparable<V>,N extends VersionedFeature<V,N>>
extends SimpleNamespace
implements VersionedNamespace<V,N>
Simple
VersionedNamespace implementation.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleVersionedNamespace(String uri, V version) SimpleVersionedNamespace(String uri, V version, Stability stabilty) -
Method Summary
Modifier and TypeMethodDescriptionReturns the stability level of this feature.Methods 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
-
Constructor Details
-
SimpleVersionedNamespace
-
SimpleVersionedNamespace
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfaceorg.jboss.staxmapper.Versioned<V extends Comparable<V>,N extends VersionedFeature<V, N>>
-
getStability
Description copied from interface:FeatureReturns the stability level of this feature.- Specified by:
getStabilityin interfaceFeature- Returns:
- a stability level
-