Uses of Interface
org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
Packages that use PropertyFileHandle
Package
Description
-
Uses of PropertyFileHandle in org.glassfish.hk2.configuration.persistence.properties
Methods in org.glassfish.hk2.configuration.persistence.properties that return PropertyFileHandleModifier and TypeMethodDescriptionPropertyFileService.createPropertyHandleOfAnyType()
Creates a PropertyFileHandle for reading an HK2 property file.PropertyFileService.createPropertyHandleOfAnyType
(String defaultTypeName, String defaultInstanceName) Creates a PropertyFileHandle for reading an HK2 property file.PropertyFileService.createPropertyHandleOfSpecificType
(String specificTypeName) Creates a PropertyFileHandle for reading an HK2 property file that has a specific type name.PropertyFileService.createPropertyHandleOfSpecificType
(String specificTypeName, String defaultInstanceName) Creates a PropertyFileHandle for reading an HK2 property file that has a specific type name. -
Uses of PropertyFileHandle in org.glassfish.hk2.configuration.persistence.properties.internal
Classes in org.glassfish.hk2.configuration.persistence.properties.internal that implement PropertyFileHandleMethods in org.glassfish.hk2.configuration.persistence.properties.internal that return PropertyFileHandleModifier and TypeMethodDescriptionPropertyFileServiceImpl.createPropertyHandleOfAnyType()
PropertyFileServiceImpl.createPropertyHandleOfAnyType
(String defaultTypeName, String defaultInstanceName) PropertyFileServiceImpl.createPropertyHandleOfSpecificType
(String specificTypeName) PropertyFileServiceImpl.createPropertyHandleOfSpecificType
(String specificTypeName, String defaultInstanceName)