Class Applications.Duck
java.lang.Object
com.sun.enterprise.config.serverbeans.Applications.Duck
- Enclosing interface:
- Applications
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationgetApplication(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> TgetModule(Applications apps, Class<T> type, String moduleID) static <T> List<T>getModules(Applications apps, Class<T> type)
-
Constructor Details
-
Duck
public Duck()
-
-
Method Details
-
getModules
-
getModule
-
getApplications
-
getApplication
-
getApplicationsWithSnifferType
public static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType) -
getApplicationsWithSnifferType
public static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType, boolean onlyStandaloneModules)
-