package com.onaro.sanscreen.client.jmxframework; import com.onaro.commons.prefs.PreferencesWrapper; /** * We are moving to a contribution based model. * * Declare the preferences nodes in the class you are using them. */ public final class FrameworkPref { private static final String JMX_CLIENT_NODE = "com/onaro/sanscreen/client/jmx"; //$NON-NLS-1$ public static PreferencesWrapper getJmxClient() { return PreferencesWrapper.userRoot().node(JMX_CLIENT_NODE); } }