Class ByGlobPatternPredicate
java.lang.Object
org.jenkinsci.plugins.sonargerrit.sonar.ByGlobPatternPredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<Issue>
public class ByGlobPatternPredicate
extends Object
implements com.google.common.base.Predicate<Issue>
- Author:
- RĂ©da Housni Alaoui
-
Constructor Summary
ConstructorDescriptionByGlobPatternPredicate
(String pattern) ByGlobPatternPredicate
(String pattern, boolean negated) ByGlobPatternPredicate
(PathMatcher pathMatcher, boolean negated) -
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
-
Constructor Details
-
ByGlobPatternPredicate
-
ByGlobPatternPredicate
-
ByGlobPatternPredicate
-
-
Method Details
-
negate
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<Issue>
-