org.semanticdesktop.aperture.util
Class RegistryReader

java.lang.Object
  extended by org.semanticdesktop.aperture.util.RegistryReader

public class RegistryReader
extends Object

Hack to read windows registry values via command line reg query util. At the moment it only supports reading the "my documents" folder, and the other shell folders. but looking at the code, you will be easily able to do more with it.

Author:
grimnes

Constructor Summary
RegistryReader()
           
 
Method Summary
static String getCurrentUserAppDataFolderPath()
           
static String getCurrentUserLocalAppDataFolderPath()
           
static String getCurrentUserLocalSettingsFolderPath()
           
static String getCurrentUserPersonalFolderPath()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryReader

public RegistryReader()
Method Detail

getCurrentUserPersonalFolderPath

public static String getCurrentUserPersonalFolderPath()

getCurrentUserAppDataFolderPath

public static String getCurrentUserAppDataFolderPath()

getCurrentUserLocalSettingsFolderPath

public static String getCurrentUserLocalSettingsFolderPath()

getCurrentUserLocalAppDataFolderPath

public static String getCurrentUserLocalAppDataFolderPath()

main

public static void main(String[] args)


Copyright © 2010 Aperture Development Team. All Rights Reserved.