Package org.rhq.core.system.windows

Examples of org.rhq.core.system.windows.RegistryValue


     * @return the value of the registry entry
     *
     * @throws SystemInfoException
     */
    public RegistryEntry getRegistryEntry(Root root, String key, String name) throws SystemInfoException {
        RegistryValue value;

        switch (root) {
        case HKEY_LOCAL_MACHINE: {
            value = getLocalMachineRegistryValue(key, name);
            break;
View Full Code Here

TOP

Related Classes of org.rhq.core.system.windows.RegistryValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.