Uses of Interface
org.jboss.as.controller.SubsystemSchema
-
Packages that use SubsystemSchema Package Description org.jboss.as.controller org.jboss.as.controller.parsing -
-
Uses of SubsystemSchema in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type SubsystemSchema Modifier and Type Interface Description interfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem.Subinterfaces of SubsystemSchema in org.jboss.as.controller Modifier and Type Interface Description interfacePersistentSubsystemSchema<S extends PersistentSubsystemSchema<S>>Defines a versioned schema for a subsystem defined via aPersistentResourceXMLDescription.Methods in org.jboss.as.controller with type parameters of type SubsystemSchema Modifier and Type Method Description 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, org.jboss.staxmapper.IntVersion version)Creates a subsystem URN of the form :subsystemName:IntVersion.major().IntVersion.minor()for the specified subsystem name and version. -
Uses of SubsystemSchema in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing with type parameters of type SubsystemSchema Modifier and Type Method Description default <S extends SubsystemSchema<S>>
voidExtensionParsingContext. setSubsystemXmlMappings(String subsystemName, Set<S> schemas)Set the parser for the profile-wide subsystem configuration XML element.
-