|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.model.application.Applications
public final class Applications
Utility class for Application
| Field Summary | |
|---|---|
static com.google.common.base.Predicate<Application> |
ACTIVE_FILTER
A predicate that checks if the application is active |
static com.google.common.base.Function<Application,String> |
NAME_FUNCTION
A function that projects the application name |
| Method Summary | |
|---|---|
static Iterable<String> |
namesOf(Iterable<? extends Application> applications)
Transforms applications into their names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final com.google.common.base.Function<Application,String> NAME_FUNCTION
public static final com.google.common.base.Predicate<Application> ACTIVE_FILTER
| Method Detail |
|---|
public static Iterable<String> namesOf(Iterable<? extends Application> applications)
applications - some applications
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||