Interface ResourceResolver<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T resolve​(org.jboss.as.controller.OperationContext context, org.jboss.as.controller.registry.Resource resource)
      Resolves a value from the specified resource, using the specified operation context.
    • Method Detail

      • resolve

        T resolve​(org.jboss.as.controller.OperationContext context,
                  org.jboss.as.controller.registry.Resource resource)
           throws org.jboss.as.controller.OperationFailedException
        Resolves a value from the specified resource, using the specified operation context.
        Parameters:
        context - an operation context
        resource - a resource
        Returns:
        the resolved value
        Throws:
        org.jboss.as.controller.OperationFailedException - if the value could not be resolved