static <S extends SubsystemSchema<S>> VersionedNamespace<org.jboss.staxmapper.IntVersion,S> |
SubsystemSchema.createLegacySubsystemURN(String subsystemName,
Stability stability,
org.jboss.staxmapper.IntVersion version) |
Creates a subsystem URN of the form
::subsystemName:IntVersion.major().IntVersion.minor()
for the specified subsystem name and version.
|
static <S extends SubsystemSchema<S>> VersionedNamespace<org.jboss.staxmapper.IntVersion,S> |
SubsystemSchema.createLegacySubsystemURN(String subsystemName,
org.jboss.staxmapper.IntVersion version) |
Creates a subsystem URN of the form
::subsystemName:IntVersion.major().IntVersion.minor()
for the specified subsystem name and version.
|
static <S extends SubsystemSchema<S>> VersionedNamespace<org.jboss.staxmapper.IntVersion,S> |
SubsystemSchema.createSubsystemURN(String subsystemName,
Stability stability,
org.jboss.staxmapper.IntVersion version) |
Creates a subsystem URN of the form
:subsystemName:IntVersion.major().IntVersion.minor()
for the specified subsystem name and version.
|
static <S extends SubsystemSchema<S>> VersionedNamespace<org.jboss.staxmapper.IntVersion,S> |
SubsystemSchema.createSubsystemURN(String subsystemName,
org.jboss.staxmapper.IntVersion version) |
Creates a subsystem URN of the form
:subsystemName:IntVersion.major().IntVersion.minor()
for the specified subsystem name and version.
|