Package io.bdeploy.common.cfg
Interface Configuration.ConfigValidator<T>
- All Known Implementing Classes:
ExistingFileValidator,ExistingPathValidator,HostnameValidator,MinionRootValidator,NonExistingPathValidator,PathOwnershipValidator,RemoteValidator
- Enclosing class:
- Configuration
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
-
Method Details
-
validate
Validates a single value.- Parameters:
value- the parameter value.- Returns:
- whether the value is valid.
-