1 11 package org.eclipse.core.internal.preferences; 12 13 17 public interface IPreferencesConstants { 18 21 public static final String RUNTIME_NAME = "org.eclipse.core.runtime"; 23 26 public static final String PREFERS_NAME = "org.eclipse.equinox.preferences"; 28 31 public static final String PLUGIN_CUSTOMIZATION = "-plugincustomization"; 33 37 public static final String PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME = "preferences"; 39 48 public static final String PREFERENCES_DEFAULT_OVERRIDE_FILE_NAME = PREFERENCES_DEFAULT_OVERRIDE_BASE_NAME + ".ini"; 50 56 public static final String PT_PREFERENCES = "preferences"; 58 } 59 | Popular Tags |