|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.filter.IInclExclFilter.Factory.WCInclExclFilter
Nested Class Summary |
Nested classes inherited from class com.vladium.emma.filter.IInclExclFilter |
IInclExclFilter.Factory |
Field Summary | |
private WCMatcher[] |
m_exclusions
|
private WCMatcher[] |
m_inclusions
|
Fields inherited from interface com.vladium.emma.filter.IInclExclFilter |
EXCLUSION_PREFIX, EXCLUSION_PREFIX_STRING, INCLUSION_PREFIX, INCLUSION_PREFIX_STRING |
Constructor Summary | |
(package private) |
IInclExclFilter.Factory.WCInclExclFilter(java.util.List inclusions,
java.util.List exclusions)
|
(package private) |
IInclExclFilter.Factory.WCInclExclFilter(java.lang.String[] inclusions,
java.lang.String[] exclusions)
|
Method Summary | |
boolean |
included(java.lang.String s)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final WCMatcher[] m_inclusions
private final WCMatcher[] m_exclusions
Constructor Detail |
IInclExclFilter.Factory.WCInclExclFilter(java.lang.String[] inclusions, java.lang.String[] exclusions)
IInclExclFilter.Factory.WCInclExclFilter(java.util.List inclusions, java.util.List exclusions)
Method Detail |
public boolean included(java.lang.String s)
included
in interface IInclExclFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |