Class StatusPredicate
- java.lang.Object
-
- org.sonar.api.batch.fs.internal.predicates.AbstractFilePredicate
-
- org.sonar.api.batch.fs.internal.predicates.StatusPredicate
-
- All Implemented Interfaces:
java.lang.Comparable<OptimizedFilePredicate>
,org.sonar.api.batch.fs.FilePredicate
,OptimizedFilePredicate
@Deprecated public class StatusPredicate extends AbstractFilePredicate
Deprecated.since 7.8
-
-
Field Summary
-
Fields inherited from class org.sonar.api.batch.fs.internal.predicates.AbstractFilePredicate
DEFAULT_PRIORITY, USE_INDEX
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
apply(org.sonar.api.batch.fs.InputFile f)
Deprecated.-
Methods inherited from class org.sonar.api.batch.fs.internal.predicates.AbstractFilePredicate
compareTo, filter, get, priority
-
-