Uses of Interface
org.jboss.as.controller.PersistentSubsystemSchema
Packages that use PersistentSubsystemSchema
-
Uses of PersistentSubsystemSchema in org.jboss.as.controller
Classes in org.jboss.as.controller with type parameters of type PersistentSubsystemSchemaModifier 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 PersistentSubsystemSchemaModifier and TypeMethodDescriptionstatic <S extends PersistentSubsystemSchema<S>>
PersistentResourceXMLDescription.FactoryPersistentResourceXMLDescription.factory(PersistentSubsystemSchema<S> schema) Deprecated, for removal: This API element is subject to removal in a future version.Creates a factory for creating aPersistentResourceXMLDescriptionbuilders for the specified subsystem schema.Methods in org.jboss.as.controller with parameters of type PersistentSubsystemSchemaModifier and TypeMethodDescriptionstatic <S extends PersistentSubsystemSchema<S>>
PersistentResourceXMLDescription.FactoryPersistentResourceXMLDescription.factory(PersistentSubsystemSchema<S> schema) Deprecated, for removal: This API element is subject to removal in a future version.Creates a factory for creating aPersistentResourceXMLDescriptionbuilders for the specified subsystem schema.Constructors in org.jboss.as.controller with parameters of type PersistentSubsystemSchemaModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementReaderfor the specified subsystem schema.Deprecated, for removal: This API element is subject to removal in a future version.Creates anXMLElementWriterusing the specified subsystem schema.