public static class Applications.Duck extends Object
| Constructor and Description |
|---|
Applications.Duck() |
| Modifier and Type | Method and Description |
|---|---|
static Application |
getApplication(Applications apps,
String moduleID) |
static List<Application> |
getApplications(Applications apps) |
static List<Application> |
getApplicationsWithSnifferType(Applications apps,
String snifferType) |
static List<Application> |
getApplicationsWithSnifferType(Applications apps,
String snifferType,
boolean onlyStandaloneModules) |
static <T> T |
getModule(Applications apps,
Class<T> type,
String moduleID) |
static <T> List<T> |
getModules(Applications apps,
Class<T> type) |
public static <T> List<T> getModules(Applications apps, Class<T> type)
public static <T> T getModule(Applications apps, Class<T> type, String moduleID)
public static List<Application> getApplications(Applications apps)
public static Application getApplication(Applications apps, String moduleID)
public static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType)
public static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType, boolean onlyStandaloneModules)
Copyright © 2013. All Rights Reserved.