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
Classes in org.jboss.as.controller that implement VersionedNamespace Modifier and Type Class Description classLegacySubsystemURN<N extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,N>>A versioned subsystem namespace identified by a URN constructed using a version.classSubsystemURN<N extends org.jboss.staxmapper.Versioned<org.jboss.staxmapper.IntVersion,N>>A versioned subsystem namespace identified by a URN constructed using a 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>>A versioned namespace identified by a URN constructed using a version.Methods in org.jboss.as.controller.xml that return VersionedNamespace Modifier and Type Method Description VersionedNamespace<V,S>VersionedSchema. getNamespace()Returns the versioned namespace of this attribute/element.
-