com.atlassian.confluence.labels
Class SpecialLabelFilter

java.lang.Object
  extended by com.atlassian.confluence.labels.SpecialLabelFilter
All Implemented Interfaces:
com.atlassian.core.util.filter.Filter, com.google.common.base.Predicate<Label>

public class SpecialLabelFilter
extends java.lang.Object
implements com.atlassian.core.util.filter.Filter, com.google.common.base.Predicate<Label>


Constructor Summary
SpecialLabelFilter()
           
 
Method Summary
 boolean apply(Label label)
           
 boolean isIncluded(java.lang.Object o)
           
 
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

SpecialLabelFilter

public SpecialLabelFilter()
Method Detail

isIncluded

public boolean isIncluded(java.lang.Object o)
Specified by:
isIncluded in interface com.atlassian.core.util.filter.Filter

apply

public boolean apply(@Nullable
                     Label label)
Specified by:
apply in interface com.google.common.base.Predicate<Label>


Copyright © 2003-2014 Atlassian. All Rights Reserved.