Interface PropertyValidator

All Known Implementing Classes:
BooleanValidator, DefaultValidator, DirectoryValidator, FileValidator, FloatValidator, IntValidator, NumericRangeValidator, StrictValidator

public interface PropertyValidator
The advanced implementation of a property allowance checker
Since:
3.2
Author:
Jack Meng
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isValid(String propertyValue)
     
  • Method Details

    • isValid

      boolean isValid(String propertyValue)
      Parameters:
      propertyValue - A value to check
      Returns:
      (true | | false) based on what the implementation decides