Class NoValidator

    • Constructor Summary

      Constructors 
      Constructor Description
      NoValidator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(java.lang.String parameterName, java.lang.String parameterValue)
      Validate the parameter.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoValidator

        public NoValidator()
    • Method Detail

      • validate

        public void validate​(java.lang.String parameterName,
                             java.lang.String parameterValue)
                      throws ParameterException
        Description copied from interface: IParameterValidator
        Validate the parameter.
        Specified by:
        validate in interface IParameterValidator
        Parameters:
        parameterName - The name of the parameter (e.g. "-host").
        parameterValue - The value of the parameter that we need to validate
        Throws:
        ParameterException - Thrown if the value of the parameter is invalid.