Uses of Interface
org.jboss.as.controller.SubsystemSchema
Packages that use SubsystemSchema
Package
Description
-
Uses of SubsystemSchema in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type SubsystemSchemaModifier and TypeInterfaceDescriptioninterfaceSubsystemSchema<S extends SubsystemSchema<S>>Defines a versioned schema for a subsystem.Subinterfaces of SubsystemSchema in org.jboss.as.controllerModifier and TypeInterfaceDescriptioninterfacePersistentSubsystemSchema<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 SubsystemSchemaModifier and TypeMethodDescriptionstatic <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. -
Uses of SubsystemSchema in org.jboss.as.controller.parsing
Methods in org.jboss.as.controller.parsing with type parameters of type SubsystemSchemaModifier and TypeMethodDescriptiondefault <S extends SubsystemSchema<S>>
voidExtensionParsingContext.setSubsystemXmlMappings(String subsystemName, Set<S> schemas) Set the parser for the profile-wide subsystem configuration XML element. -
Uses of SubsystemSchema in org.jboss.as.controller.persistence.xml
Subinterfaces of SubsystemSchema in org.jboss.as.controller.persistence.xmlModifier and TypeInterfaceDescriptioninterfaceSubsystemResourceXMLSchema<S extends SubsystemResourceXMLSchema<S>>ASubsystemSchemadescribed by aSubsystemResourceRegistrationXMLElement.Methods in org.jboss.as.controller.persistence.xml with type parameters of type SubsystemSchemaModifier and TypeMethodDescriptionstatic <S extends SubsystemSchema<S>>
ResourceXMLParticleFactoryResourceXMLParticleFactory.newInstance(S schema) Creates a new particle factory for the specified subsystem schema.