Interface ValidatorFactory
-
public interface ValidatorFactoryFactory for validators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseValidatorcreate()Create validatorBaseValidatorforProjectOnly(java.lang.String project)Create validator for strict project environment (policies must not declare environment, and will be validated in the context of the project)
-
-
-
Method Detail
-
forProjectOnly
BaseValidator forProjectOnly(java.lang.String project)
Create validator for strict project environment (policies must not declare environment, and will be validated in the context of the project)- Parameters:
project- project name
-
create
BaseValidator create()
Create validator
-
-