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 WriteableBeanDatabaseHub. 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 classWriteableBeanDatabaseImplMethods in org.glassfish.hk2.configuration.hub.internal that return WriteableBeanDatabase Modifier and Type Method Description WriteableBeanDatabaseHubImpl. 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 voidPropertyFileHandleImpl. addValues(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)private voidPropertyFileHandleImpl. modifyValues(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)private voidPropertyFileHandleImpl. removeInstances(WriteableBeanDatabase wbd, java.util.HashMap<PropertyFileHandleImpl.TypeData,java.util.Map<java.lang.String,java.lang.String>> allBeans)
-