com.atlassian.crowd.model.application
Class Applications

java.lang.Object
  extended by com.atlassian.crowd.model.application.Applications

public final class Applications
extends Object

Utility class for Application

Since:
v2.7

Field Summary
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

NAME_FUNCTION

public static final com.google.common.base.Function<Application,String> NAME_FUNCTION
A function that projects the application name

Method Detail

namesOf

public static Iterable<String> namesOf(Iterable<? extends Application> applications)
Transforms applications into their names.

Parameters:
applications - some applications
Returns:
their names


Copyright © 2013 Atlassian. All Rights Reserved.