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
-
Method Details
-
isValid
- Parameters:
propertyValue- A value to check- Returns:
- (true | | false) based on what the implementation decides
-