Home
last modified time | relevance | path

Searched refs:WCInclExclFilter (Results 1 – 1 of 1) sorted by relevance

/external/emma/core/java12/com/vladium/emma/filter/
DIInclExclFilter.java70 return new WCInclExclFilter ((String []) null, (String []) null); in create()
95 return new WCInclExclFilter (inclusions, exclusions); in create()
101 return new WCInclExclFilter (inclusions, exclusions); in create()
107 return new WCInclExclFilter (inclusions, exclusions); in create()
110 private static final class WCInclExclFilter implements IInclExclFilter class in IInclExclFilter.Factory
152 WCInclExclFilter (final String [] inclusions, in WCInclExclFilter() method in IInclExclFilter.Factory.WCInclExclFilter
180 WCInclExclFilter (final List /* String */ inclusions, in WCInclExclFilter() method in IInclExclFilter.Factory.WCInclExclFilter