Package org.wildfly.subsystem.resource
Interface ResourceModelResolver<T>
-
public interface ResourceModelResolver<T>Resolves a value from a resource model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tresolve(OperationContext context, org.jboss.dmr.ModelNode model)Resolves a value from the specified resource model, using the specified operation context.
-
-
-
Method Detail
-
resolve
T resolve(OperationContext context, org.jboss.dmr.ModelNode model) throws OperationFailedException
Resolves a value from the specified resource model, using the specified operation context.- Parameters:
context- an operation contextmodel- a resource model- Returns:
- the resolved value
- Throws:
OperationFailedException- if the value could not be resolved
-
-