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 class
HubImpl
-
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 Hub
ConfigurationListener. 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 Hub
PropertyFileHandleImpl. hub
private Hub
PropertyFileServiceImpl. hub
Constructors 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)
-