Interface Applications
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
- All Known Subinterfaces:
SystemApplications
public interface Applications
extends org.jvnet.hk2.config.ConfigBeanProxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault ApplicationgetApplication(String moduleID) Return the application with the given module ID (name), ornullif no such application exists.default List<Application>default List<Application>getApplicationsWithSnifferType(String snifferType) default List<Application>getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules) default <T> TList<org.glassfish.api.admin.config.ApplicationName>Gets the value of the Application property.default <T> List<T>getModules(Class<T> type) Gets a subset ofgetModules()that has the given type.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Method Details
-
getModules
List<org.glassfish.api.admin.config.ApplicationName> getModules()Gets the value of the Application property. Objects of the following type(s) are allowed in the listApplication -
getModules
Gets a subset ofgetModules()that has the given type. -
getModule
-
getApplications
-
getApplication
Return the application with the given module ID (name), ornullif no such application exists.- Parameters:
moduleID- the module ID of the application- Returns:
- the
Applicationobject, ornullif no such app
-
getApplicationsWithSnifferType
-
getApplicationsWithSnifferType
default List<Application> getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules)
-