Uses of Interface
org.glassfish.hk2.configuration.hub.api.WriteableBeanDatabase
-
-
Uses of WriteableBeanDatabase in org.glassfish.hk2.configuration.hub.api
Methods in org.glassfish.hk2.configuration.hub.api that return WriteableBeanDatabase Modifier and Type Method Description WriteableBeanDatabase
Hub. 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 WriteableBeanDatabase Modifier and Type Class Description class
WriteableBeanDatabaseImpl
Methods in org.glassfish.hk2.configuration.hub.internal that return WriteableBeanDatabase Modifier and Type Method Description WriteableBeanDatabase
HubImpl. getWriteableDatabaseCopy()
-
Uses of WriteableBeanDatabase in org.glassfish.hk2.configuration.persistence.properties.internal
Methods in org.glassfish.hk2.configuration.persistence.properties.internal with parameters of type WriteableBeanDatabase Modifier and Type Method Description private void
PropertyFileHandleImpl. addValues(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)
private void
PropertyFileHandleImpl. modifyValues(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)
private void
PropertyFileHandleImpl. removeInstances(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)
-