Uses of Interface
org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
Packages that use WriteableBeanDatabase
Package
Description
-
Uses of WriteableBeanDatabase in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return WriteableBeanDatabaseModifier and TypeMethodDescriptionHub.getWriteableDatabaseCopy()
Creates a writeable copy of the currently running database. -
Uses of WriteableBeanDatabase in org.glassfish.hk2.configuration.hub.internal
Classes in org.glassfish.hk2.configuration.hub.internal that implement WriteableBeanDatabaseMethods in org.glassfish.hk2.configuration.hub.internal that return WriteableBeanDatabase -
Uses of WriteableBeanDatabase in org.glassfish.hk2.configuration.persistence.properties.internal
Methods in org.glassfish.hk2.configuration.persistence.properties.internal with parameters of type WriteableBeanDatabaseModifier and TypeMethodDescriptionprivate void
PropertyFileHandleImpl.addValues
(WriteableBeanDatabase wbd, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>> allBeans) private void
PropertyFileHandleImpl.modifyValues
(WriteableBeanDatabase wbd, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>> allBeans) private void
PropertyFileHandleImpl.removeInstances
(WriteableBeanDatabase wbd, HashMap<PropertyFileHandleImpl.TypeData, Map<String, String>> allBeans)