Package sonia.scm.repository
Class RepositoryPredicate
java.lang.Object
sonia.scm.repository.RepositoryPredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<RepositoryCacheKey>
,Predicate<RepositoryCacheKey>
public class RepositoryPredicate
extends Object
implements com.google.common.base.Predicate<RepositoryCacheKey>
- Since:
- 1.9
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryPredicate
(String repositoryId) RepositoryPredicate
(Repository repository) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
RepositoryPredicate
-
RepositoryPredicate
-
RepositoryPredicate
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<RepositoryCacheKey>
-