Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

RegistryKey.getValue

public RegistryValue getValue(String subKey, String valueName)

Returns the specified value from the specified sub-key of this registry key.

Is equivalent to:
openKey(subKey).getValue(valueName);

Parameters:
subKey   the sub-key where the value is stored.
valueName   the name of the value to be returned.

Throws:
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:
valueName   the name of the value to be returned.

Throws:
RegistryException   if this key has been closed or any other error occurs.

Community comments



Powered by JavaDocPlus