net.ripe.rpki.commons.util
Interface Specification<T>

All Known Implementing Classes:
ManifestCms.FileContentSpecification

public interface Specification<T>

A DDD specification


Method Summary
 boolean isSatisfiedBy(T candidate)
           
 

Method Detail

isSatisfiedBy

boolean isSatisfiedBy(T candidate)
Parameters:
candidate - the candidate to test.
Returns:
true if the candidate satisfies this specification.


Copyright © 2008-2015 RIPE NCC, the Netherlands. All Rights Reserved.