public class JacocoConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDES_DEFAULT_VALUE |
static String |
INCLUDES_DEFAULT_VALUE |
| Constructor and Description |
|---|
JacocoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static JacocoConfiguration |
fromMap(Map<String,String> map) |
org.jboss.shrinkwrap.api.Filter<org.jboss.shrinkwrap.api.ArchivePath> |
getClassFilter() |
List<String> |
getExcludes() |
List<String> |
getIncludes() |
static boolean |
isJacocoAgentActive() |
public static final String INCLUDES_DEFAULT_VALUE
public static final String EXCLUDES_DEFAULT_VALUE
public static JacocoConfiguration fromMap(Map<String,String> map)
public org.jboss.shrinkwrap.api.Filter<org.jboss.shrinkwrap.api.ArchivePath> getClassFilter()
public static boolean isJacocoAgentActive()
Copyright © 2015 JBoss by Red Hat. All rights reserved.