API Reference
| Classic JavaDoc |
RegistryKey.getValue
public RegistryValue getValue(String subKey, String valueName)
public RegistryValue getValue(String valueName)
Returns the specified value from the specified sub-key of this registry key.
Throws:
Is equivalent to:
openKey(subKey).getValue(valueName);
subKey | the sub-key where the value is stored. |
valueName | the name of the value to be returned. |
RegistryException | if this key has been closed or any other error occurs. |
public RegistryValue getValue(String valueName)
Returns the specified value from this registry key.Parameters:
Throws:
valueName | the name of the value to be returned. |
RegistryException | if this key has been closed or any other error occurs. |
Community comments
Powered by JavaDocPlus