Package org.springframework.ide.eclipse.core.java

Examples of org.springframework.ide.eclipse.core.java.TypeStructureCache


   * The plug-in instance is created automatically by the Eclipse platform. Clients must not call.
   */
  public SpringCore() {
    plugin = this;
    model = new SpringModel();
    typeStructureCache = new TypeStructureCache();

    typeHierarchyEngine = new TypeHierarchyEngine(true);
    typeHierarchyEngine.setClassReaderFactory(new BytecodeTypeHierarchyClassReaderFactory());
    typeHierarchyEngine.setTypeHierarchyElementCacheFactory(new DirectTypeHierarchyElementCacheFactory());

View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.core.java.TypeStructureCache

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.