Package com.indeed.proctor.common
Class IdentifierValidator.NoEmpty
- java.lang.Object
-
- com.indeed.proctor.common.IdentifierValidator.NoEmpty
-
- All Implemented Interfaces:
IdentifierValidator
- Enclosing interface:
- IdentifierValidator
public static class IdentifierValidator.NoEmpty extends java.lang.Object implements IdentifierValidator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.indeed.proctor.common.IdentifierValidator
IdentifierValidator.NoEmpty, IdentifierValidator.Noop
-
-
Constructor Summary
Constructors Constructor Description NoEmpty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanvalidate(TestType testType, java.lang.String identifier)
-
-
-
Method Detail
-
validate
public boolean validate(@Nonnull TestType testType, @Nonnull java.lang.String identifier)- Specified by:
validatein interfaceIdentifierValidator- Returns:
- true iff the identifier is valid as a value for the test type.
-
-