Package com.inductiveautomation.ignition.designer.gui.validation.validators
package com.inductiveautomation.ignition.designer.gui.validation.validators
-
ClassDescriptionValidator that checks that an
ExpressionValueis not null or blank.Validator that checks the syntax of an expression using the providedExpressionValueSyntaxValidator.ExpressionChecker.Interface for checking the syntax of an expression to see if it's valid.Validates that the provided string satisfies the following conditions: Each path component is a legal resource name. Each intermediate path component corresponds to a folder resource (if it exists). The full path does not already exist in the project. The provided name predicate returns no error message.Validator that checks if a string is non-null and non-blank.