Package org.jboss.as.controller
Interface PersistentResourceXMLDescription.Factory
- Enclosing class:
- PersistentResourceXMLDescription
public static interface PersistentResourceXMLDescription.Factory
Factory for creating a
PersistentResourceXMLDescription builder.-
Method Summary
Modifier and TypeMethodDescriptionbuilder(PathElement path) Creates a builder for the resource registered at the specified path.builder(ResourceRegistration registration) Creates a builder for the specified resource registration.
-
Method Details
-
builder
Creates a builder for the resource registered at the specified path.- Parameters:
path- a path element- Returns:
- a builder of a
PersistentResourceXMLDescription
-
builder
Creates a builder for the specified resource registration.- Parameters:
path- a resource registration- Returns:
- a builder of a
PersistentResourceXMLDescription
-