Package org.eclipse.core.internal.preferences

Examples of org.eclipse.core.internal.preferences.PreferencesService


   * @param file The absolute file system path of the preference file to validate.
   * @see #exportPreferences(IPath)
   * @see #importPreferences(IPath)
   */
  public static IStatus validatePreferenceVersions(IPath file) {
    PreferencesService service = PreferencesService.getDefault();
    return service.validateVersions(file);
  }
View Full Code Here

TOP

Related Classes of org.eclipse.core.internal.preferences.PreferencesService

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.