Searched refs:WCMatcher (Results 1 – 4 of 4) sorted by relevance
16 import com.vladium.util.WCMatcher;121 final WCMatcher [] inclusions = m_inclusions; in included()122 final WCMatcher [] exclusions = m_exclusions; in included()159 m_inclusions = new WCMatcher [inclusions.length]; in WCInclExclFilter()163 m_inclusions [i] = WCMatcher.compile (inclusions [i]); in WCInclExclFilter()171 m_exclusions = new WCMatcher [exclusions.length]; in WCInclExclFilter()175 m_exclusions [i] = WCMatcher.compile (exclusions [i]); in WCInclExclFilter()187 m_inclusions = new WCMatcher [inclusions.size ()]; in WCInclExclFilter()194 m_inclusions [ii] = WCMatcher.compile (pattern); in WCInclExclFilter()202 m_exclusions = new WCMatcher [exclusions.size ()]; in WCInclExclFilter()[all …]
16 abstract class WCMatcher class21 public static WCMatcher compile (final String pattern) in compile()111 WCMatcher () {} in WCMatcher() method in WCMatcher116 private static final class AllMatcher extends WCMatcher135 private static final class EmptyMatcher extends WCMatcher154 private static final class StartsWithMatcher extends WCMatcher192 private static final class EndsWithMatcher extends WCMatcher231 private static final class PatternMatcher extends WCMatcher364 private static final WCMatcher ALL_MATCHER = new AllMatcher ();365 private static final WCMatcher EMPTY_MATCHER = new EmptyMatcher ();
META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...