Uses of Interface
org.glassfish.hk2.configuration.hub.api.Hub
-
Packages that use Hub Package Description org.glassfish.hk2.configuration.hub.internal org.glassfish.hk2.configuration.internal org.glassfish.hk2.configuration.persistence.properties.internal -
-
Uses of Hub in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement Hub Modifier and Type Class Description classHubImpl -
Uses of Hub in org.glassfish.hk2.configuration.internal
Fields in org.glassfish.hk2.configuration.internal declared as Hub Modifier and Type Field Description private HubConfigurationListener. hub -
Uses of Hub in org.glassfish.hk2.configuration.persistence.properties.internal
Fields in org.glassfish.hk2.configuration.persistence.properties.internal declared as Hub Modifier and Type Field Description private HubPropertyFileHandleImpl. hubprivate HubPropertyFileServiceImpl. hubConstructors in org.glassfish.hk2.configuration.persistence.properties.internal with parameters of type Hub Constructor Description PropertyFileHandleImpl(java.lang.String specificType, java.lang.String defaultType, java.lang.String defaultInstanceName, Hub hub)
-