Class JavaModelManager.PerProjectInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
Enclosing class:
JavaModelManager

public static class JavaModelManager.PerProjectInfo extends Object
  • Field Details

    • project

      public org.eclipse.core.resources.IProject project
    • savedState

      public Object savedState
    • triedRead

      public boolean triedRead
    • rawClasspath

      public IClasspathEntry[] rawClasspath
    • referencedEntries

      public IClasspathEntry[] referencedEntries
    • rawClasspathStatus

      public IJavaModelStatus rawClasspathStatus
    • rawTimeStamp

      public int rawTimeStamp
    • writtingRawClasspath

      public boolean writtingRawClasspath
    • resolvedClasspath

      public IClasspathEntry[] resolvedClasspath
    • unresolvedEntryStatus

      public IJavaModelStatus unresolvedEntryStatus
    • rootPathToRawEntries

      public Map<org.eclipse.core.runtime.IPath,​IClasspathEntry> rootPathToRawEntries
    • rootPathToResolvedEntries

      public Map<org.eclipse.core.runtime.IPath,​IClasspathEntry> rootPathToResolvedEntries
    • outputLocation

      public org.eclipse.core.runtime.IPath outputLocation
    • jrtRoots

      public Map<org.eclipse.core.runtime.IPath,​ObjectVector> jrtRoots
    • preferences

      public org.eclipse.core.runtime.preferences.IEclipsePreferences preferences
    • options

      public Hashtable<String,​String> options
    • secondaryTypes

      public Hashtable<String,​Map<String,​IType>> secondaryTypes
    • javadocCache

      public LRUCache<IJavaElement,​Object> javadocCache
  • Constructor Details

    • PerProjectInfo

      public PerProjectInfo(org.eclipse.core.resources.IProject project)
  • Method Details