Uses of Class
org.jboss.as.controller.PersistentResourceDefinition
-
Packages that use PersistentResourceDefinition Package Description org.jboss.as.controller -
-
Uses of PersistentResourceDefinition in org.jboss.as.controller
Methods in org.jboss.as.controller that return types with arguments of type PersistentResourceDefinition Modifier and Type Method Description protected List<? extends PersistentResourceDefinition>PersistentResourceDefinition. getChildren()Methods in org.jboss.as.controller with parameters of type PersistentResourceDefinition Modifier and Type Method Description static PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription. builder(PersistentResourceDefinition resource)Deprecated.please use PersistentResourceXMLBuilder(PathElement, String) variantstatic PersistentResourceXMLDescription.PersistentResourceXMLBuilderPersistentResourceXMLDescription. builder(PersistentResourceDefinition resource, String namespaceURI)Deprecated.please use PersistentResourceXMLBuilder(PathElement, String) variant
-