Package | Description |
---|---|
org.glassfish.hk2.configuration.persistence.properties | |
org.glassfish.hk2.configuration.persistence.properties.internal |
Modifier and Type | Method and Description |
---|---|
PropertyFileHandle |
PropertyFileService.createPropertyHandleOfAnyType()
Creates a PropertyFileHandle for reading an HK2 property file.
|
PropertyFileHandle |
PropertyFileService.createPropertyHandleOfAnyType(java.lang.String defaultTypeName,
java.lang.String defaultInstanceName)
Creates a PropertyFileHandle for reading an HK2 property file.
|
PropertyFileHandle |
PropertyFileService.createPropertyHandleOfSpecificType(java.lang.String specificTypeName)
Creates a PropertyFileHandle for reading an HK2 property file
that has a specific type name.
|
PropertyFileHandle |
PropertyFileService.createPropertyHandleOfSpecificType(java.lang.String specificTypeName,
java.lang.String defaultInstanceName)
Creates a PropertyFileHandle for reading an HK2 property file
that has a specific type name.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyFileHandleImpl |
Modifier and Type | Method and Description |
---|---|
PropertyFileHandle |
PropertyFileServiceImpl.createPropertyHandleOfAnyType() |
PropertyFileHandle |
PropertyFileServiceImpl.createPropertyHandleOfAnyType(java.lang.String defaultTypeName,
java.lang.String defaultInstanceName) |
PropertyFileHandle |
PropertyFileServiceImpl.createPropertyHandleOfSpecificType(java.lang.String specificTypeName) |
PropertyFileHandle |
PropertyFileServiceImpl.createPropertyHandleOfSpecificType(java.lang.String specificTypeName,
java.lang.String defaultInstanceName) |