com.atlassian.maven.plugins.clirr.predicates
Class PathIncludeExcludePredicate

java.lang.Object
  extended by com.atlassian.maven.plugins.clirr.predicates.PathIncludeExcludePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<java.lang.String>

public class PathIncludeExcludePredicate
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.String>


Constructor Summary
PathIncludeExcludePredicate(java.lang.String[] includes, java.lang.String[] excludes)
           
 
Method Summary
 boolean apply(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

PathIncludeExcludePredicate

public PathIncludeExcludePredicate(java.lang.String[] includes,
                                   java.lang.String[] excludes)
Method Detail

apply

public boolean apply(java.lang.String name)
Specified by:
apply in interface com.google.common.base.Predicate<java.lang.String>


Copyright © 2014 Atlassian. All Rights Reserved.