Package net.ripe.rpki.commons.util
Interface Specification<T>
-
- All Known Implementing Classes:
ManifestCms.FileContentSpecification
public interface Specification<T>A DDD specification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSatisfiedBy(T candidate)
-
-
-
Method Detail
-
isSatisfiedBy
boolean isSatisfiedBy(T candidate)
- Parameters:
candidate- the candidate to test.- Returns:
- true if the candidate satisfies this specification.
-
-