Uses of Class
org.glassfish.hk2.configuration.persistence.properties.PropertyFileBean
-
Packages that use PropertyFileBean Package Description org.glassfish.hk2.configuration.persistence.properties org.glassfish.hk2.configuration.persistence.properties.internal -
-
Uses of PropertyFileBean in org.glassfish.hk2.configuration.persistence.properties
Methods in org.glassfish.hk2.configuration.persistence.properties with parameters of type PropertyFileBean Modifier and Type Method Description void
PropertyFileService. addPropertyFileBean(PropertyFileBean propertyFileBean)
This is a utility method that will add the givenPropertyFileBean
to the Hub for use in configuring this serviceConstructors in org.glassfish.hk2.configuration.persistence.properties with parameters of type PropertyFileBean Constructor Description PropertyFileBean(PropertyFileBean copyMe)
This method will create a deep copy of the passed in PropertyFileBean -
Uses of PropertyFileBean in org.glassfish.hk2.configuration.persistence.properties.internal
Methods in org.glassfish.hk2.configuration.persistence.properties.internal with parameters of type PropertyFileBean Modifier and Type Method Description void
PropertyFileServiceImpl. addPropertyFileBean(PropertyFileBean propertyFileBean)
-