Searched refs:CP_ENTRY_IGNORE (Results 1 – 2 of 2) sorted by relevance
108 public final static String CP_ENTRY_IGNORE = "##<cp entry ignore>##"; //$NON-NLS-1$ field in JavaModelManager2141 String containerString = CP_ENTRY_IGNORE; in saving()2151 preferences.setDefault(containerKey, CP_ENTRY_IGNORE); // use in saving()2410 String variableString = variablePath == null ? CP_ENTRY_IGNORE in variablePut()2412 preferences.setDefault(variableKey, CP_ENTRY_IGNORE); // use this in variablePut()
305 public final static String CP_ENTRY_IGNORE = "##<cp entry ignore>##"; //$NON-NLS-1$ field in JavaModelManager306 public final static IPath CP_ENTRY_IGNORE_PATH = new Path(CP_ENTRY_IGNORE);1681 if (newValue != null && !(newValue = newValue.trim()).equals(CP_ENTRY_IGNORE)) { in preferenceChange()3668 if (CP_ENTRY_IGNORE.equals(pathString)) in loadVariablesAndContainers()3731 if (CP_ENTRY_IGNORE.equals(pathString)) { in loadVariablesAndContainers()