Package org.eclipse.wst.validation.internal

Examples of org.eclipse.wst.validation.internal.PreferencesWrapper


   * @return <code>true</code> if the "disable" preference is available, and
   *         <code>false</code> otherwise.
   */
  @SuppressWarnings("restriction")
  private boolean hasDisabledPreference(IProject project) {
    PreferencesWrapper prefs = PreferencesWrapper.getPreferences(project,
        null);
    return prefs.get(PrefConstants.disabled, null) != null;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.validation.internal.PreferencesWrapper

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.