com.atlassian.maven.plugins.clirr.classfilters
Class ClassTypeFilter

java.lang.Object
  extended by com.atlassian.maven.plugins.clirr.classfilters.ClassTypeFilter
All Implemented Interfaces:
com.google.common.base.Predicate<net.sf.clirr.core.spi.JavaType>

public class ClassTypeFilter
extends java.lang.Object
implements com.google.common.base.Predicate<net.sf.clirr.core.spi.JavaType>


Nested Class Summary
static class ClassTypeFilter.ClassType
           
 
Constructor Summary
ClassTypeFilter(java.lang.String[] types)
           
 
Method Summary
 boolean apply(net.sf.clirr.core.spi.JavaType clazz)
           
 
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

ClassTypeFilter

public ClassTypeFilter(java.lang.String[] types)
Method Detail

apply

public boolean apply(net.sf.clirr.core.spi.JavaType clazz)
Specified by:
apply in interface com.google.common.base.Predicate<net.sf.clirr.core.spi.JavaType>


Copyright © 2014 Atlassian. All Rights Reserved.