com.atlassian.gadgets.directory.internal
Class DirectoryPredicates

java.lang.Object
  extended by com.atlassian.gadgets.directory.internal.DirectoryPredicates

public final class DirectoryPredicates
extends Object

Creates predicates that can be used to filter a group of directory entries so that only entries matching the predicate can be returned


Method Summary
static com.google.common.base.Predicate<Directory.Entry> inCategory(Category categoryToMatch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

inCategory

public static com.google.common.base.Predicate<Directory.Entry> inCategory(Category categoryToMatch)


Copyright © 2009 Atlassian. All Rights Reserved.