Package com.intellij.openapi.project.impl

Examples of com.intellij.openapi.project.impl.ProjectImpl


    }
    return module;
  }

  protected void readJdomExternalizables(ModuleImpl module) {
    final ProjectImpl project = ((ProjectImpl)myProject);
    project.setOptimiseTestLoadSpeed(false);
    final ModuleRootManagerImpl moduleRootManager = (ModuleRootManagerImpl)ModuleRootManager.getInstance(module);
    module.getStateStore().initComponent(moduleRootManager);
    project.setOptimiseTestLoadSpeed(true);
  }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.project.impl.ProjectImpl

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.