classpathhelper.eclipse.basicmodel
Class PreferencesConstants

java.lang.Object
  extended byclasspathhelper.eclipse.basicmodel.PreferencesConstants

public class PreferencesConstants
extends java.lang.Object

Constants related to the preferences stored by this plugin. Also provides string from message.properties bundle.

Since:
1.0
Author:
bharris

Field Summary
static java.lang.String BASIC_CLASSPATH_LABEL_KEY
          A label for this BASIC_CLASSPATH preference.
static java.lang.String BASIC_CLASSPATH_PREF
          The preference name.
 
Constructor Summary
PreferencesConstants()
           
 
Method Summary
static java.lang.String getString(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASIC_CLASSPATH_LABEL_KEY

public static final java.lang.String BASIC_CLASSPATH_LABEL_KEY
A label for this BASIC_CLASSPATH preference.

See Also:
Constant Field Values

BASIC_CLASSPATH_PREF

public static final java.lang.String BASIC_CLASSPATH_PREF
The preference name.

See Also:
Constant Field Values
Constructor Detail

PreferencesConstants

public PreferencesConstants()
Method Detail

getString

public static java.lang.String getString(java.lang.String key)
Parameters:
key - The key from the corresponding properties file.
Returns:
the appropriate i18n text.
Since:
1.0