- java.lang.Object
-
- org.icepdf.ri.util.WindowsRegistry
-
public final class WindowsRegistry extends Object
Class used to retrieve information from the Windows registry See https://stackoverflow.com/questions/62289/read-write-to-windows-registry-using-java
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]readRegistry(String location, String key)Gets a registry value
-