Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.JavaProject
Packages that use JavaProject
Package
Description
-
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of JavaProject in org.aspectj.org.eclipse.jdt.internal.coreFields in org.aspectj.org.eclipse.jdt.internal.core declared as JavaProjectModifier and TypeFieldDescriptionfinal JavaProjectDeltaProcessor.RootInfo.projectprotected JavaProjectSearchableEnvironment.projectMethods in org.aspectj.org.eclipse.jdt.internal.core that return JavaProjectModifier and TypeMethodDescriptionJavaElement.getJavaProject()JavaModel.getJavaProject(String projectName) JavaProject.getJavaProject()Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type JavaProjectModifier and TypeMethodDescriptionDeltaProcessingState.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) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type JavaProjectModifierConstructorDescriptionCancelableNameEnvironment(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) Deprecated.SearchableEnvironment(JavaProject project, ICompilationUnit[] workingCopies, boolean excludeTestCode) Creates a SearchableEnvironment on the given projectSearchableEnvironment(JavaProject project, WorkingCopyOwner owner) Deprecated.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) -
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core.eval
Fields in org.aspectj.org.eclipse.jdt.internal.core.eval declared as JavaProjectConstructors in org.aspectj.org.eclipse.jdt.internal.core.eval with parameters of type JavaProjectModifierConstructorDescriptionEvaluationContextWrapper(EvaluationContext context, JavaProject project) Creates a new wrapper around the given infrastructure evaluation context and project. -
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search
Methods in org.aspectj.org.eclipse.jdt.internal.core.search with parameters of type JavaProjectModifier and TypeMethodDescriptionvoidJavaSearchScope.add(JavaProject project, int includeMask, Set<JavaProject> projectsToBeAdded) Add java project all fragment roots to current java search scope.Method parameters in org.aspectj.org.eclipse.jdt.internal.core.search with type arguments of type JavaProjectModifier and TypeMethodDescriptionvoidJavaSearchScope.add(JavaProject project, int includeMask, Set<JavaProject> projectsToBeAdded) Add java project all fragment roots to current java search scope. -
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.indexing with parameters of type JavaProjectModifier and TypeMethodDescriptionvoidIndexManager.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. -
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type JavaProjectModifier and TypeMethodDescriptionprotected 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.protected voidMatchLocator.locateMatchesDefaultImpl(JavaProject javaProject, PossibleMatch[] possibleMatches, int start, int length) -
Uses of JavaProject in org.aspectj.org.eclipse.jdt.internal.core.util
Constructors in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type JavaProjectModifierConstructorDescriptionJavaElementFinder(String key, JavaProject project, WorkingCopyOwner owner)