Package com.intellij.facet.ui.libraries

Examples of com.intellij.facet.ui.libraries.FrameworkLibraryValidator


  private static final String KEY = "key";
  private static final String VALUE = "value";

  @Override
  public FacetEditorTab[] createEditorTabs(FacetEditorContext context, FacetValidatorsManager validatorsManager) {
    FrameworkLibraryValidator validator = OsgiCoreLibraryType.getValidator(context, validatorsManager);
    validatorsManager.registerValidator(validator);
    return new FacetEditorTab[]{
      new OsmorcFacetGeneralEditorTab(context, validatorsManager),
      new OsmorcFacetJAREditorTab(context, validatorsManager),
      new OsmorcFacetManifestGenerationEditorTab(context)
View Full Code Here

TOP

Related Classes of com.intellij.facet.ui.libraries.FrameworkLibraryValidator

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.