Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
Modifier and Type | Method and Description |
---|---|
static Properties |
Properties.getDefault()
Returns shared instance of Properties class.
|
abstract Properties |
Properties.getProperties(String propertyName)
Returns Properties instance for some "subfolder" in properties file.
|
Modifier and Type | Method and Description |
---|---|
Object |
Properties.Reader.read(String className,
Properties properties)
Reads object with given className.
|
void |
Properties.Reader.write(Object object,
Properties properties)
Writes given object to given properties subfolder.
|