Uses of Interface
org.glassfish.hk2.configuration.persistence.properties.PropertyFileHandle
-
Packages that use PropertyFileHandle Package Description org.glassfish.hk2.configuration.persistence.properties org.glassfish.hk2.configuration.persistence.properties.internal -
-
Uses of PropertyFileHandle in org.glassfish.hk2.configuration.persistence.properties
Methods in org.glassfish.hk2.configuration.persistence.properties that return PropertyFileHandle Modifier and Type Method Description PropertyFileHandle
PropertyFileService. createPropertyHandleOfAnyType()
Creates a PropertyFileHandle for reading an HK2 property file.PropertyFileHandle
PropertyFileService. createPropertyHandleOfAnyType(String defaultTypeName, String defaultInstanceName)
Creates a PropertyFileHandle for reading an HK2 property file.PropertyFileHandle
PropertyFileService. createPropertyHandleOfSpecificType(String specificTypeName)
Creates a PropertyFileHandle for reading an HK2 property file that has a specific type name.PropertyFileHandle
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 PropertyFileHandle Modifier and Type Class Description class
PropertyFileHandleImpl
Methods in org.glassfish.hk2.configuration.persistence.properties.internal that return PropertyFileHandle Modifier and Type Method Description PropertyFileHandle
PropertyFileServiceImpl. createPropertyHandleOfAnyType()
PropertyFileHandle
PropertyFileServiceImpl. createPropertyHandleOfAnyType(String defaultTypeName, String defaultInstanceName)
PropertyFileHandle
PropertyFileServiceImpl. createPropertyHandleOfSpecificType(String specificTypeName)
PropertyFileHandle
PropertyFileServiceImpl. createPropertyHandleOfSpecificType(String specificTypeName, String defaultInstanceName)
-