public interface Applications extends ConfigBeanProxy
Modifier and Type | Interface and Description |
---|---|
static class |
Applications.Duck |
Modifier and Type | Method and Description |
---|---|
Application |
getApplication(String moduleID)
Return the application with the given module ID (name), or null if
no such application exists.
|
List<Application> |
getApplications() |
List<Application> |
getApplicationsWithSnifferType(String snifferType) |
List<Application> |
getApplicationsWithSnifferType(String snifferType,
boolean onlyStandaloneModules) |
<T> T |
getModule(Class<T> type,
String moduleID) |
List<ApplicationName> |
getModules()
Gets the value of the MbeanorApplication property.
|
<T> List<T> |
getModules(Class<T> type)
Gets a subset of
getModules() that has the given type. |
createChild, deepCopy, getParent, getParent
List<ApplicationName> getModules()
Application
@DuckTyped <T> List<T> getModules(Class<T> type)
getModules()
that has the given type.T
- type
- @DuckTyped <T> T getModule(Class<T> type, String moduleID)
@DuckTyped List<Application> getApplications()
@DuckTyped Application getApplication(String moduleID)
moduleID
- the module ID of the application@DuckTyped List<Application> getApplicationsWithSnifferType(String snifferType)
@DuckTyped List<Application> getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules)
Copyright © 2019. All rights reserved.