Package | Description |
---|---|
com.vladium.emma.filter | |
com.vladium.emma.instr | |
com.vladium.emma.rt |
Modifier and Type | Class and Description |
---|---|
private static class |
IInclExclFilter.Factory.WCInclExclFilter |
Modifier and Type | Method and Description |
---|---|
static IInclExclFilter |
IInclExclFilter.Factory.create(java.util.List inclusions,
java.util.List exclusions) |
static IInclExclFilter |
IInclExclFilter.Factory.create(java.lang.String[] specs) |
static IInclExclFilter |
IInclExclFilter.Factory.create(java.lang.String[] inclusions,
java.lang.String[] exclusions) |
static IInclExclFilter |
IInclExclFilter.Factory.create(java.lang.String specs1,
java.lang.String separators,
java.lang.String[] specs2) |
Modifier and Type | Field and Description |
---|---|
protected IInclExclFilter |
InstrProcessor.m_coverageFilter |
Modifier and Type | Field and Description |
---|---|
private IInclExclFilter |
AppRunner.m_coverageFilter |
private IInclExclFilter |
ClassPathProcessorST.m_coverageFilter |
private IInclExclFilter |
InstrClassLoadHook.m_filter |
private IInclExclFilter |
InstrClassLoader.m_forcedDelegationFilter |
private IInclExclFilter |
InstrClassLoader.m_throughDelegationFilter |
Constructor and Description |
---|
ClassPathProcessorST(java.io.File[] path,
boolean canonical,
IMetaData mdata,
IInclExclFilter filter,
java.util.Map cache) |
InstrClassLoader(java.lang.ClassLoader parent,
java.io.File[] classpath,
IInclExclFilter forcedDelegationFilter,
IInclExclFilter throughDelegationFilter,
IClassLoadHook hook,
java.util.Map cache) |
InstrClassLoadHook(IInclExclFilter filter,
IMetaData mdata) |