public static class StandardValidators.DirectoryExistsValidator extends Object implements Validator
| Modifier and Type | Field and Description |
|---|---|
private boolean |
allowEL |
private boolean |
create |
| Constructor and Description |
|---|
DirectoryExistsValidator(boolean allowExpressionLanguage,
boolean create) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
validate(String subject,
String value,
ValidationContext context) |
public DirectoryExistsValidator(boolean allowExpressionLanguage,
boolean create)
public ValidationResult validate(String subject, String value, ValidationContext context)
Copyright © 2019 Apache NiFi Project. All rights reserved.