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, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
RepositoryPredicate
-
RepositoryPredicate
-
RepositoryPredicate
-
-
Method Details
-
apply
- Specified by:
applyin interfacecom.google.common.base.Predicate<RepositoryCacheKey>
-