Package com.netflix.exhibitor.core.controlpanel

Examples of com.netflix.exhibitor.core.controlpanel.FileBasedPreferences


    private Preferences getPreferences() throws IOException
    {
        if ( arguments.preferencesPath != null )
        {
            return new FileBasedPreferences(new File(arguments.preferencesPath));
        }
        return Preferences.userRoot();
    }
View Full Code Here

TOP

Related Classes of com.netflix.exhibitor.core.controlpanel.FileBasedPreferences

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.