Uses of Interface
org.aspectj.org.eclipse.jdt.core.IClasspathEntry
Packages that use IClasspathEntry
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
-
Uses of IClasspathEntry in org.aspectj.org.eclipse.jdt.core
Methods in org.aspectj.org.eclipse.jdt.core that return IClasspathEntryModifier and TypeMethodDescriptionIJavaProject.decodeClasspathEntry(String encodedEntry) Decodes the classpath entry that has been encoded in the given string in the context of this project.IJavaProject.findContainingClasspathEntry(org.eclipse.core.resources.IResource resource) Returns the class path entry which contains the given resource and not explicitly excluded using an exclusion pattern, or null otherwise.IClasspathContainer.getClasspathEntries()Answers the set of classpath entries this container is mapping to.IJavaProject.getClasspathEntryFor(org.eclipse.core.runtime.IPath path) Returns the classpath entry that refers to the given path ornullif there is no reference to the path.IJavaProject.getRawClasspath()Returns the raw classpath for the project, as a list of classpath entries.IPackageFragmentRoot.getRawClasspathEntry()Returns the first raw classpath entry that corresponds to this package fragment root.IJavaProject.getReferencedClasspathEntries()Returns the list of referenced classpath entries stored in the .classpath file ofthisjava project.static IClasspathEntry[]JavaCore.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) Returns an array of classpath entries that are referenced directly or indirectly by a given classpath entry.IClasspathEntry.getReferencingEntry()Returns the classpath entry that is making a reference to this classpath entry.IJavaProject.getResolvedClasspath(boolean ignoreUnresolvedEntry) This is a helper method returning the resolved classpath for the project as a list of simple (non-variable, non-container) classpath entries.IPackageFragmentRoot.getResolvedClasspathEntry()Returns the first resolved classpath entry that corresponds to this package fragment root.static IClasspathEntryJavaCore.getResolvedClasspathEntry(IClasspathEntry entry) This is a helper method, which returns the resolved classpath entry denoted by a given entry (if it is a variable entry).IClasspathEntry.getResolvedEntry()Deprecated.static IClasspathEntryJavaCore.newContainerEntry(org.eclipse.core.runtime.IPath containerPath) Creates and returns a new classpath entry of kindCPE_CONTAINERfor the given path.static IClasspathEntryJavaCore.newContainerEntry(org.eclipse.core.runtime.IPath containerPath, boolean isExported) Creates and returns a new classpath entry of kindCPE_CONTAINERfor the given path.static IClasspathEntryJavaCore.newContainerEntry(org.eclipse.core.runtime.IPath containerPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_CONTAINERfor the given path.static IClasspathEntryJavaCore.newLibraryEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath) Creates and returns a new non-exported classpath entry of kindCPE_LIBRARYfor the JAR or folder identified by the given absolute path.static IClasspathEntryJavaCore.newLibraryEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, boolean isExported) Creates and returns a new classpath entry of kindCPE_LIBRARYfor the JAR or folder identified by the given absolute path.static IClasspathEntryJavaCore.newLibraryEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_LIBRARYfor the JAR or folder identified by the given absolute path.static IClasspathEntryJavaCore.newProjectEntry(org.eclipse.core.runtime.IPath path) Creates and returns a new non-exported classpath entry of kindCPE_PROJECTfor the project identified by the given absolute path.static IClasspathEntryJavaCore.newProjectEntry(org.eclipse.core.runtime.IPath path, boolean isExported) Creates and returns a new classpath entry of kindCPE_PROJECTfor the project identified by the given absolute path.static IClasspathEntryJavaCore.newProjectEntry(org.eclipse.core.runtime.IPath path, IAccessRule[] accessRules, boolean combineAccessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_PROJECTfor the project identified by the given absolute path.static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path) Creates and returns a new classpath entry of kindCPE_SOURCEfor all files in the project's source folder identified by the given absolute workspace-relative path.static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] exclusionPatterns) Creates and returns a new classpath entry of kindCPE_SOURCEfor the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns.static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath specificOutputLocation) Creates and returns a new classpath entry of kindCPE_SOURCEfor the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath specificOutputLocation) Creates and returns a new classpath entry of kindCPE_SOURCEfor the project's source folder identified by the given absolute workspace-relative path but excluding all source files with paths matching any of the given patterns, and associated with a specific output location (that is, ".class" files are not going to the project default output location).static IClasspathEntryJavaCore.newSourceEntry(org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath specificOutputLocation, IClasspathAttribute[] extraAttributes) Creates and returns a new classpath entry of kindCPE_SOURCEfor the project's source folder identified by the given absolute workspace-relative path using the given inclusion and exclusion patterns to determine which source files are included, and the given output path to control the output location of generated files.static IClasspathEntryJavaCore.newVariableEntry(org.eclipse.core.runtime.IPath variablePath, org.eclipse.core.runtime.IPath variableSourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath) Creates and returns a new non-exported classpath entry of kindCPE_VARIABLEfor the given path.static IClasspathEntryJavaCore.newVariableEntry(org.eclipse.core.runtime.IPath variablePath, org.eclipse.core.runtime.IPath variableSourceAttachmentPath, org.eclipse.core.runtime.IPath variableSourceAttachmentRootPath, boolean isExported) Creates and returns a new classpath entry of kindCPE_VARIABLEfor the given path.static IClasspathEntryJavaCore.newVariableEntry(org.eclipse.core.runtime.IPath variablePath, org.eclipse.core.runtime.IPath variableSourceAttachmentPath, org.eclipse.core.runtime.IPath variableSourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) Creates and returns a new classpath entry of kindCPE_VARIABLEfor the given path.IJavaProject.readRawClasspath()Returns the raw classpath for the project as defined by its.classpathfile from disk, ornullif unable to read the file.Methods in org.aspectj.org.eclipse.jdt.core with parameters of type IClasspathEntryModifier and TypeMethodDescriptionvoidIPackageFragmentRoot.copy(org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling, org.eclipse.core.runtime.IProgressMonitor monitor) Copies the resource of this package fragment root to the destination path as specified byIResource.copy(IPath, int, IProgressMonitor)but excluding nested source folders.IJavaProject.encodeClasspathEntry(IClasspathEntry classpathEntry) Encodes the given classpath entry into a string in the context of this project.IJavaProject.findPackageFragmentRoots(IClasspathEntry entry) Returns the existing package fragment roots identified by the given entry.IJavaProject.findUnfilteredPackageFragmentRoots(IClasspathEntry entry) In a Java 9 project, a classpath entry can be filtered using aIClasspathAttribute.LIMIT_MODULESattribute, otherwise for an unnamed module a default set of roots is used as defined in JEP 261.IJavaProject.getPackageFragmentRoots(IClasspathEntry entry) Deprecated.static IClasspathEntry[]JavaCore.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) Returns an array of classpath entries that are referenced directly or indirectly by a given classpath entry.static IClasspathEntryJavaCore.getResolvedClasspathEntry(IClasspathEntry entry) This is a helper method, which returns the resolved classpath entry denoted by a given entry (if it is a variable entry).booleanIJavaProject.hasClasspathCycle(IClasspathEntry[] entries) Returns whether setting this project's classpath to the given classpath entries would result in a cycle.voidIPackageFragmentRoot.move(org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling, org.eclipse.core.runtime.IProgressMonitor monitor) Moves the resource of this package fragment root to the destination path as specified byIResource.move(IPath,int,IProgressMonitor)but excluding nested source folders.final ICompilationUnitWorkingCopyOwner.newWorkingCopy(String name, IClasspathEntry[] classpath, IProblemRequestor problemRequestor, org.eclipse.core.runtime.IProgressMonitor monitor) Deprecated.final ICompilationUnitWorkingCopyOwner.newWorkingCopy(String name, IClasspathEntry[] classpath, org.eclipse.core.runtime.IProgressMonitor monitor) Returns a new working copy with the given name using this working copy owner to create its buffer.voidIJavaProject.setRawClasspath(IClasspathEntry[] entries, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor) Sets the classpath of this project using a list of classpath entries.voidIJavaProject.setRawClasspath(IClasspathEntry[] entries, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath outputLocation, org.eclipse.core.runtime.IProgressMonitor monitor) Works similar toIJavaProject.setRawClasspath(IClasspathEntry[], IPath, IProgressMonitor)and additionally allows persisting the given array of referenced entries for this project.voidIJavaProject.setRawClasspath(IClasspathEntry[] entries, org.eclipse.core.runtime.IPath outputLocation, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor) Sets both the classpath of this project and its default output location at once.voidIJavaProject.setRawClasspath(IClasspathEntry[] entries, org.eclipse.core.runtime.IPath outputLocation, org.eclipse.core.runtime.IProgressMonitor monitor) Sets the both the classpath of this project and its default output location at once.voidIJavaProject.setRawClasspath(IClasspathEntry[] entries, org.eclipse.core.runtime.IProgressMonitor monitor) Sets the classpath of this project using a list of classpath entries.static IJavaModelStatusJavaConventions.validateClasspath(IJavaProject javaProject, IClasspathEntry[] rawClasspath, org.eclipse.core.runtime.IPath projectOutputLocation) Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.static IJavaModelStatusJavaConventions.validateClasspathEntry(IJavaProject project, IClasspathEntry entry, boolean checkSourceAttachment) Returns a Java model status describing the problem related to this classpath entry if any, a status object with codeIStatus.OKif the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath). -
Uses of IClasspathEntry in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement IClasspathEntryFields in org.aspectj.org.eclipse.jdt.internal.core declared as IClasspathEntryModifier and TypeFieldDescriptionstatic final IClasspathEntry[]JavaProject.INVALID_CLASSPATHValue of the project's raw classpath if the .classpath file contains invalid entries.JavaModelManager.PerProjectInfo.rawClasspathJavaModelManager.PerProjectInfo.referencedEntriesClasspathEntry.referencingEntryJavaModelManager.PerProjectInfo.resolvedClasspathFields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type IClasspathEntryModifier and TypeFieldDescriptionMap<org.eclipse.core.runtime.IPath, IClasspathEntry> JavaModelManager.PerProjectInfo.rootPathToRawEntriesMap<org.eclipse.core.runtime.IPath, IClasspathEntry> JavaModelManager.PerProjectInfo.rootPathToResolvedEntriesprotected Map<IPackageFragmentRoot, IClasspathEntry> NameLookup.rootToResolvedEntriesReverse map from root path to corresponding resolved CP entry (so as to be able to figure inclusion/exclusion rules)Methods in org.aspectj.org.eclipse.jdt.internal.core that return IClasspathEntryModifier and TypeMethodDescriptionprotected IClasspathEntryCopyPackageFragmentRootOperation.copy(IClasspathEntry entry) IClasspathEntry[][]JavaProject.decodeClasspath(String xmlClasspath, Map unknownElements) Reads and decode an XML classpath string.JavaProject.decodeClasspathEntry(String encodedEntry) protected IClasspathEntry[]JavaProject.defaultClasspath()Returns a default class path.static IClasspathEntryClasspathEntry.elementDecode(Element element, IJavaProject project, Map unknownElements) JavaProject.findContainingClasspathEntry(org.eclipse.core.resources.IResource resource) ModulePathContainer.getClasspathEntries()UserLibraryClasspathContainer.getClasspathEntries()JavaProject.getClasspathEntryFor(org.eclipse.core.runtime.IPath path) UserLibrary.getEntries()JavaProject.getExpandedClasspath()This is a helper method returning the expanded classpath for the project, as a list of classpath entries, where all classpath variable entries have been resolved and substituted with their final target entries.JavaProject.getExpandedClasspath(boolean excludeTestCode) JavaProject.getRawClasspath()PackageFragmentRoot.getRawClasspathEntry()JavaModelManager.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) JavaProject.getReferencedClasspathEntries()ClasspathEntry.getReferencingEntry()JavaModelManager.PerProjectInfo.getResolvedClasspath()JavaProject.getResolvedClasspath()JavaProject.getResolvedClasspath(boolean ignoreUnresolvedEntry) PackageFragmentRoot.getResolvedClasspathEntry()ClasspathEntry.getResolvedEntry()Deprecated.IClasspathEntry[][]JavaModelManager.PerProjectInfo.readAndCacheClasspath(JavaProject javaProject) Reads the classpath and caches the entries.IClasspathEntry[][]JavaProject.readFileEntriesWithException(Map unknownElements) Reads the classpath file entries of this project's .classpath file.JavaProject.readRawClasspath()JavaProject.resolveClasspath(IClasspathEntry[] rawClasspath) JavaModelManager.resolveVariableEntry(IClasspathEntry entry, boolean usePreviousSession) Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IClasspathEntryModifier and TypeMethodDescriptionDeltaProcessingState.addClasspathChange(org.eclipse.core.resources.IProject project, IClasspathEntry[] oldRawClasspath, org.eclipse.core.runtime.IPath oldOutputLocation, IClasspathEntry[] oldResolvedClasspath) protected voidCopyPackageFragmentRootOperation.addEntryToClasspath(IClasspathEntry rootEntry, org.eclipse.core.resources.IWorkspaceRoot workspaceRoot) voidDeltaProcessingState.addExternalFolderChange(JavaProject project, IClasspathEntry[] oldResolvedClasspath) voidModuleUpdater.addReadUnnamedForNonEmptyClasspath(JavaProject project, IClasspathEntry[] expandedClasspath) static booleanJavaProject.areClasspathsEqual(IClasspathEntry[] firstClasspath, IClasspathEntry[] secondClasspath, org.eclipse.core.runtime.IPath firstOutputLocation, org.eclipse.core.runtime.IPath secondOutputLocation) voidModuleUpdater.computeModuleUpdates(IClasspathEntry entry) Detects any ADD_EXPORTS or ADD_READS classpath attributes, parses the value, and collects the resulting module updates.JavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry) Computes the package fragment roots identified by the given entry.JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries) JavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries, boolean excludeTestCode) Returns (local/all) the package fragment roots identified by the given project's classpath.voidJavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries) Deprecated.voidJavaProject.computePackageFragmentRoots(IClasspathEntry[] resolvedClasspath, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries, boolean excludeTestCode) Returns (local/all) the package fragment roots identified by the given project's classpath.voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries) voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, boolean filterModuleRoots, Map rootToResolvedEntries, boolean excludeTestCode) Returns the package fragment roots identified by the given entry.voidJavaProject.computePackageFragmentRoots(IClasspathEntry resolvedEntry, ObjectVector accumulatedRoots, HashSet rootIDs, IClasspathEntry referringEntry, boolean retrieveExportedRoots, Map rootToResolvedEntries) Returns the package fragment roots identified by the given entry.protected IClasspathEntryCopyPackageFragmentRootOperation.copy(IClasspathEntry entry) voidPackageFragmentRoot.copy(org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidCopyPackageFragmentRootOperation.copyResource(IPackageFragmentRoot root, IClasspathEntry rootEntry, org.eclipse.core.resources.IWorkspaceRoot workspaceRoot) protected voidDeletePackageFragmentRootOperation.deleteResource(IPackageFragmentRoot root, IClasspathEntry rootEntry) ModuleUpdater.determineModulesOfProjectsWithNonEmptyClasspath(JavaProject project, IClasspathEntry[] expandedClasspath) protected StringJavaProject.encodeClasspath(IClasspathEntry[] classpath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath outputLocation, boolean indent, Map unknownElements) Returns the XML String encoding of the class path.JavaProject.encodeClasspathEntry(IClasspathEntry classpathEntry) JavaProject.findPackageFragmentRoots(IClasspathEntry entry) JavaProject.findUnfilteredPackageFragmentRoots(IClasspathEntry entry) static Set<org.eclipse.core.runtime.IPath> ExternalFoldersManager.getExternalFolders(IClasspathEntry[] classpath) Returns a set of external paths to external folders referred to on the given classpath.static StringClasspathEntry.getExtraAttribute(IClasspathEntry entry, String attributeName) protected static URLJavaElement.getLibraryJavadocLocation(IClasspathEntry entry) JavaProject.getPackageFragmentRoots(IClasspathEntry entry) Deprecated.JavaProject.getPatchedModules(IClasspathEntry cpEntry) JavaModelManager.getReferencedClasspathEntries(IClasspathEntry libraryEntry, IJavaProject project) static ObjectJavaModel.getTarget(IClasspathEntry entry, boolean checkResourceExistence) Return same as callingJavaModel.getTarget(IPath, boolean)forgetPath()booleanJavaProject.hasClasspathCycle(IClasspathEntry[] preferredClasspath) static booleanClasspathEntry.isModular(IClasspathEntry classpathEntry) Checks if the specified classpath entry is on the module path for compilation.voidPackageFragmentRoot.move(org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidMovePackageFragmentRootOperation.moveResource(IPackageFragmentRoot root, IClasspathEntry rootEntry, org.eclipse.core.resources.IWorkspaceRoot workspaceRoot) String[]JavaProject.projectPrerequisites(IClasspathEntry[] resolvedClasspath) JavaProject.resolveClasspath(IClasspathEntry[] rawClasspath) org.aspectj.org.eclipse.jdt.internal.core.JavaProject.ResolvedClasspathJavaProject.resolveClasspath(IClasspathEntry[] rawClasspath, boolean usePreviousSession, boolean resolveChainedLibraries) org.aspectj.org.eclipse.jdt.internal.core.JavaProject.ResolvedClasspathJavaProject.resolveClasspath(IClasspathEntry[] rawClasspath, IClasspathEntry[] referencedEntries, boolean usePreviousSession, boolean resolveChainedLibraries) JavaModelManager.resolveVariableEntry(IClasspathEntry entry, boolean usePreviousSession) static StringUserLibrary.serialize(IClasspathEntry[] entries, boolean isSystemLibrary) JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus) JavaModelManager.PerProjectInfo.setRawClasspath(IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation, IJavaModelStatus newRawClasspathStatus) voidJavaProject.setRawClasspath(IClasspathEntry[] entries, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor) protected voidJavaProject.setRawClasspath(IClasspathEntry[] newRawClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor) voidJavaProject.setRawClasspath(IClasspathEntry[] entries, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath outputLocation, org.eclipse.core.runtime.IProgressMonitor monitor) voidJavaProject.setRawClasspath(IClasspathEntry[] newRawClasspath, org.eclipse.core.runtime.IPath newOutputLocation, boolean canModifyResources, org.eclipse.core.runtime.IProgressMonitor monitor) voidJavaProject.setRawClasspath(IClasspathEntry[] entries, org.eclipse.core.runtime.IPath outputLocation, org.eclipse.core.runtime.IProgressMonitor monitor) voidJavaProject.setRawClasspath(IClasspathEntry[] entries, org.eclipse.core.runtime.IProgressMonitor monitor) JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, IClasspathEntry[] referencedEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) voidUserLibraryManager.setUserLibrary(String libName, IClasspathEntry[] entries, boolean isSystemLibrary) static IJavaModelStatusClasspathEntry.validateClasspath(IJavaProject javaProject, IClasspathEntry[] rawClasspath, org.eclipse.core.runtime.IPath projectOutputLocation) Validate a given classpath and output location for a project, using the following rules: Classpath entries cannot collide with each other; that is, all entry paths must be unique.static IJavaModelStatusClasspathEntry.validateClasspathEntry(IJavaProject project, IClasspathEntry entry, boolean checkSourceAttachment, boolean referredByContainer) Returns a Java model status describing the problem related to this classpath entry if any, a status object with codeIStatus.OKif the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).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) booleanJavaProject.writeFileEntries(IClasspathEntry[] newClasspath, IClasspathEntry[] referencedEntries, org.eclipse.core.runtime.IPath newOutputLocation) Writes the classpath in a sharable format (VCM-wise) only when necessary, that is, if it is semantically different from the existing one in file.booleanJavaProject.writeFileEntries(IClasspathEntry[] newClasspath, org.eclipse.core.runtime.IPath newOutputLocation) Method parameters in org.aspectj.org.eclipse.jdt.internal.core with type arguments of type IClasspathEntryModifier and TypeMethodDescriptionJavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) JavaModelManager.PerProjectInfo.setResolvedClasspath(IClasspathEntry[] newResolvedClasspath, IClasspathEntry[] referencedEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToRawEntries, Map<org.eclipse.core.runtime.IPath, IClasspathEntry> newRootPathToResolvedEntries, IJavaModelStatus newUnresolvedEntryStatus, int timeStamp, boolean addClasspathChange) Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type IClasspathEntryModifierConstructorDescriptionClasspathChange(JavaProject project, IClasspathEntry[] oldRawClasspath, org.eclipse.core.runtime.IPath oldOutputLocation, IClasspathEntry[] oldResolvedClasspath) ClasspathEntry(int contentKind, int entryKind, org.eclipse.core.runtime.IPath path, org.eclipse.core.runtime.IPath[] inclusionPatterns, org.eclipse.core.runtime.IPath[] exclusionPatterns, org.eclipse.core.runtime.IPath sourceAttachmentPath, org.eclipse.core.runtime.IPath sourceAttachmentRootPath, org.eclipse.core.runtime.IPath specificOutputLocation, IClasspathEntry referencingEntry, boolean isExported, IAccessRule[] accessRules, boolean combineAccessRules, IClasspathAttribute[] extraAttributes) Creates a class path entry of the specified kind with the given path.CopyPackageFragmentRootOperation(IPackageFragmentRoot root, org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling) ExternalFolderChange(JavaProject project, IClasspathEntry[] oldResolvedClasspath) ExternalJavaProject(IClasspathEntry[] rawClasspath) MovePackageFragmentRootOperation(IPackageFragmentRoot root, org.eclipse.core.runtime.IPath destination, int updateResourceFlags, int updateModelFlags, IClasspathEntry sibling) SetClasspathOperation(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) UserLibrary(IClasspathEntry[] entries, boolean isSystemLibrary)
JavaCore.getResolvedClasspathEntry(IClasspathEntry)instead