- All Implemented Interfaces:
org.apache.nifi.components.Validator
class EventTypeValidator
extends Object
implements org.apache.nifi.components.Validator
-
Field Summary
Fields inherited from interface org.apache.nifi.components.Validator
INVALID, VALID
-
Constructor Summary
Constructors
-
Method Summary
org.apache.nifi.components.ValidationResult
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EventTypeValidator
EventTypeValidator()
-
Method Details
-
validate
public org.apache.nifi.components.ValidationResult validate(String subject,
String input,
org.apache.nifi.components.ValidationContext context)
- Specified by:
validate in interface org.apache.nifi.components.Validator
-