Interface ParameterValidator

    • Method Detail

      • validateParameter

        void validateParameter​(String parameterName,
                               org.jboss.dmr.ModelNode value)
                        throws OperationFailedException
        Validate the parameter with the given name.
        Parameters:
        parameterName - the name of the parameter. Cannot be null
        value - the parameter value. Cannot be null
        Throws:
        OperationFailedException - if the value is not valid