Klasse JavaModelManager.PerProjectInfo

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.JavaModelManager.PerProjectInfo
Umschließende Klasse:
JavaModelManager

public static class JavaModelManager.PerProjectInfo extends Object
  • Felddetails

    • 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
    • javadocCache

      public LRUCache<IJavaElement,Object> javadocCache
  • Konstruktordetails

    • PerProjectInfo

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