org.apache.maven.plugin.checkstyle
Interface RuleUtil.Matcher

Enclosing class:
RuleUtil

public static interface RuleUtil.Matcher

Audit event source name matcher.


Method Summary
 boolean match(String eventSrcName)
          Does the event source name match?
 

Method Detail

match

boolean match(String eventSrcName)
Does the event source name match?

Parameters:
eventSrcName - the event source name
Returns:
boolean


Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.