|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jacoco.core.internal.analysis.filter.Filters
public final class Filters
Factory for all JaCoCo filters.
| Field Summary | |
|---|---|
static IFilter |
NONE
Filter that does nothing. |
| Method Summary | |
|---|---|
static IFilter |
all()
Creates a filter that combines all filters. |
static boolean |
isKotlinClass(IFilterContext context)
Checks whether the class corresponding to the given context has kotlin/Metadata annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final IFilter NONE
| Method Detail |
|---|
public static IFilter all()
public static boolean isKotlinClass(IFilterContext context)
kotlin/Metadata annotation.
context - context information
true if the class corresponding to the given context
has kotlin/Metadata annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||