Package com.mku.salmon.win.registry
Class SalmonRegistry
java.lang.Object
com.mku.salmon.win.registry.SalmonRegistry
Read and Write to Windows registry
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SalmonRegistry
public SalmonRegistry()
-
-
Method Details
-
read
Read a value from the registry- Type Parameters:
T- The class value- Parameters:
key- The key- Returns:
- The value
-
write
Write a value from the registry- Parameters:
key- The keyvalue- The value
-
delete
Delete a value- Parameters:
key- The key
-
exists
True if value exists- Parameters:
key- The key- Returns:
- True if value exists
-