Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.JavaProject
Packages, die JavaProject verwenden
Package
Beschreibung
-
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core
Unterklassen von JavaProject in org.aspectj.org.eclipse.jdt.internal.coreFelder in org.aspectj.org.eclipse.jdt.internal.core, die deklariert sind als JavaProjectModifizierer und TypFeldBeschreibungfinal JavaProjectDeltaProcessor.RootInfo.projectprotected JavaProjectSearchableEnvironment.projectMethoden in org.aspectj.org.eclipse.jdt.internal.core, die JavaProject zurückgebenModifizierer und TypMethodeBeschreibungJavaElement.getJavaProject()JavaModel.getJavaProject(String projectName) JavaProject.getJavaProject()Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ JavaProjectModifizierer und TypMethodeBeschreibungDeltaProcessingState.addClasspathValidation(JavaProject project) voidModuleSourcePathManager.addEntry(IModuleDescription module, JavaProject project) voidDeltaProcessingState.addExternalFolderChange(JavaProject project, IClasspathEntry[] oldResolvedClasspath) voidModuleUpdater.addReadUnnamedForNonEmptyClasspath(JavaProject project, IClasspathEntry[] expandedClasspath) static booleanJavaModelManager.conflictsWithOutputLocation(org.eclipse.core.runtime.IPath folderPath, JavaProject project) Returns whether the given full path (for a package) conflicts with the output location of the given project.ModuleUpdater.determineModulesOfProjectsWithNonEmptyClasspath(JavaProject project, IClasspathEntry[] expandedClasspath) IClasspathEntry[][]JavaModelManager.PerProjectInfo.readAndCacheClasspath(JavaProject javaProject) Reads the classpath and caches the entries.voidModuleSourcePathManager.removeEntry(JavaProject javaProject) voidJavaModelManager.removePerProjectInfo(JavaProject javaProject, boolean removeExtJarInfo) voidJavaModelManager.resetProjectOptions(JavaProject javaProject) voidJavaModelManager.resetProjectPreferences(JavaProject javaProject) booleanJavaModelManager.PerProjectInfo.writeAndCacheClasspath(JavaProject javaProject, IClasspathEntry[] newRawClasspath, IClasspathEntry[] newReferencedEntries, org.eclipse.core.runtime.IPath newOutputLocation) booleanJavaModelManager.PerProjectInfo.writeAndCacheClasspath(JavaProject javaProject, IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ JavaProjectModifiziererKonstruktorBeschreibungCancelableNameEnvironment(JavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) CancelableNameEnvironment(JavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor, boolean excludeTestCode) ClasspathChange(JavaProject project, IClasspathEntry[] oldRawClasspath, org.eclipse.core.runtime.IPath oldOutputLocation, IClasspathEntry[] oldResolvedClasspath) ClasspathValidation(JavaProject project) ExternalFolderChange(JavaProject project, IClasspathEntry[] oldResolvedClasspath) protectedExternalPackageFragmentRoot(org.eclipse.core.resources.IResource linkedFolder, org.eclipse.core.runtime.IPath externalPath, JavaProject project) protectedExternalPackageFragmentRoot(org.eclipse.core.runtime.IPath externalPath, JavaProject project) Constructs a package fragment root which is the root of the Java package directory hierarchy based on an external folder that is not contained in aIJavaProjectand does not have an associatedIResource.JarPackageFragmentRoot(org.eclipse.core.resources.IResource resource, org.eclipse.core.runtime.IPath externalJarPath, JavaProject project, IClasspathAttribute[] attributes) Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JAR file.protectedJModPackageFragmentRoot(org.eclipse.core.runtime.IPath externalPath, JavaProject project, IClasspathAttribute[] extraAttributes) Constructs a package fragment root which is the root of the Java package directory hierarchy based on a JMOD file that is not contained in aIJavaProjectand does not have an associatedIResource.protectedJrtPackageFragmentRoot(org.eclipse.core.runtime.IPath jrtPath, String moduleName, JavaProject project, IClasspathAttribute[] extraAttributes) Constructs a package fragment root which represents a module contained in a JRT.ModuleUpdater(JavaProject javaProject) NameLookup(JavaProject rootProject, IPackageFragmentRoot[] packageFragmentRoots, HashtableOfArrayToObject packageFragments, ICompilationUnit[] workingCopies, Map rootToResolvedEntries) protectedPackageFragmentRoot(org.eclipse.core.resources.IResource resource, JavaProject project) Constructs a package fragment root which is the root of the java package directory hierarchy.ProjectEntry(JavaProject project) SearchableEnvironment(JavaProject project, ICompilationUnit[] workingCopies) Veraltet.SearchableEnvironment(JavaProject project, ICompilationUnit[] workingCopies, boolean excludeTestCode) Creates a SearchableEnvironment on the given projectSearchableEnvironment(JavaProject project, WorkingCopyOwner owner) Veraltet.SearchableEnvironment(JavaProject project, WorkingCopyOwner owner, boolean excludeTestCode) Creates a SearchableEnvironment on the given projectSetClasspathOperation(JavaProject project, IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation, boolean canChangeResource) When executed, this operation sets the raw classpath and output location of the given project.SetClasspathOperation(JavaProject project, IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation, boolean canChangeResource) -
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core.eval
Felder in org.aspectj.org.eclipse.jdt.internal.core.eval, die deklariert sind als JavaProjectKonstruktoren in org.aspectj.org.eclipse.jdt.internal.core.eval mit Parametern vom Typ JavaProjectModifiziererKonstruktorBeschreibungEvaluationContextWrapper(EvaluationContext context, JavaProject project) Creates a new wrapper around the given infrastructure evaluation context and project. -
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search mit Parametern vom Typ JavaProjectModifizierer und TypMethodeBeschreibungvoidJavaSearchScope.add(JavaProject project, int includeMask, HashSet projectsToBeAdded) Add java project all fragment roots to current java search scope. -
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ JavaProjectModifizierer und TypMethodeBeschreibungvoidIndexManager.indexSourceFolder(JavaProject javaProject, org.eclipse.core.runtime.IPath sourceFolder, char[][] inclusionPatterns, char[][] exclusionPatterns) Index the content of the given source folder.voidIndexManager.removeSourceFolderFromIndex(JavaProject javaProject, org.eclipse.core.runtime.IPath sourceFolder, char[][] inclusionPatterns, char[][] exclusionPatterns) Remove the content of the given source folder from the index. -
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.matching mit Parametern vom Typ JavaProjectModifizierer und TypMethodeBeschreibungprotected voidJavaSearchNameEnvironment.addProjectClassPath(JavaProject javaProject) voidMatchLocator.initialize(JavaProject project, int possibleMatchSize) Create a new parser for the given project, as well as a lookup environment.protected voidMatchLocator.locateMatches(JavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length) protected voidMatchLocator.locateMatches(JavaProject javaProject, PossibleMatchSet matchSet, int expected) Locate the matches amongst the possible matches. -
Verwendungen von JavaProject in org.aspectj.org.eclipse.jdt.internal.core.util
Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ JavaProjectModifiziererKonstruktorBeschreibungJavaElementFinder(String key, JavaProject project, WorkingCopyOwner owner)