Package org.openl.rules.validation
Class RegexpPropertyValidator
- java.lang.Object
-
- org.openl.rules.validation.TablesValidator
-
- org.openl.rules.validation.RegexpPropertyValidator
-
- All Implemented Interfaces:
IOpenLValidator
public class RegexpPropertyValidator extends TablesValidator
Validator for string properties that have to correspond to some regexp pattern- Author:
- PUdalau
-
-
Constructor Summary
Constructors Constructor Description RegexpPropertyValidator(String propertyName, String constraintsStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationResultvalidateTables(TableSyntaxNode[] tableSyntaxNodes, IOpenClass openClass)-
Methods inherited from class org.openl.rules.validation.TablesValidator
validate
-
-
-
-
Method Detail
-
validateTables
public ValidationResult validateTables(TableSyntaxNode[] tableSyntaxNodes, IOpenClass openClass)
- Specified by:
validateTablesin classTablesValidator
-
-