Uses of Interface
org.eclipse.core.runtime.IPath
Packages that use IPath
Package
Description
Provides support for running the Ant build tool in the platform.
Provides support for applying and working with patches.
Provides the API for accessing file buffers.
Provides the API for manipulating file buffers.
Provides an interface for interacting with a file system.
Provides an API to be extended by a file system implementation.
Provides basic support for managing a workspace and
its resources.
Provides APIs for integrating application models with the workspace
Provides APIs intended to be implemented by the Team component.
Provides support for the runtime platform, core utility methods and the extension registry.
Provides core support for Eclipse preferences.
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides implementations of common source containers supporting source lookup.
Provides support for interacting with the p2 provisioning engine
Application programmer interface to implement resource dependend refactorings.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for working with diffs.
Application programming interfaces for working with diffs.
Application programming interfaces for managing synchronization state.
Application programming interfaces for accessing and managing resource variants.
Application programming interfaces for working with resource mappings.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Provides a framework for text editors obeying to the
desktop rules.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IPath in org.eclipse.ant.core
Methods in org.eclipse.ant.core with parameters of type IPathModifier and TypeMethodDescriptionAntCorePreferences.getToolsJarEntry(IPath javaHomePath) Returns the IAntClasspathEntry for the tools.jar associated with the path supplied. -
Uses of IPath in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that return IPath -
Uses of IPath in org.eclipse.compare.patch
Methods in org.eclipse.compare.patch that return IPathModifier and TypeMethodDescriptionIFilePatch.getTargetPath(PatchConfiguration configuration) Return the target path for this patch.IFilePatch2.getTargetPath(PatchConfiguration configuration) Return the target path for this patch.Methods in org.eclipse.compare.patch with parameters of type IPathModifier and TypeMethodDescriptionstatic IFilePatch2PatchBuilder.createFilePatch(IPath oldPath, long oldDate, IPath newPath, long newDate, IHunk[] hunks) Creates an IFilePatch2 instance and performs recalculation of all hunks' after positions. -
Uses of IPath in org.eclipse.core.filebuffers
Methods in org.eclipse.core.filebuffers that return IPathModifier and TypeMethodDescriptionIFileBuffer.getLocation()Returns the location of this file buffer.static IPathFileBuffers.normalizeLocation(IPath pathOrLocation) Returns the normalized form of the given path or location.Methods in org.eclipse.core.filebuffers with parameters of type IPathModifier and TypeMethodDescriptionvoidIFileBufferManager.connect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Connects the file at the given location to this manager.voidIFileBufferManager.connect(IPath location, IProgressMonitor monitor) Deprecated.IAnnotationModelFactory.createAnnotationModel(IPath location) Creates and returns a new annotation model.ITextFileBufferManager.createAnnotationModel(IPath location) Deprecated.As of 3.3, replaced byITextFileBufferManager.createAnnotationModel(IPath, LocationKind)ITextFileBufferManager.createAnnotationModel(IPath location, LocationKind locationKind) Creates a new annotation for the given location.ITextFileBufferManager.createEmptyDocument(IPath location) Deprecated.As of 3.3, replaced byITextFileBufferManager.createEmptyDocument(IPath, LocationKind)ITextFileBufferManager.createEmptyDocument(IPath location, LocationKind locationKind) Creates a new empty document.voidIFileBufferManager.disconnect(IPath location, LocationKind locationKind, IProgressMonitor monitor) Disconnects the file at the given location from this manager.voidIFileBufferManager.disconnect(IPath location, IProgressMonitor monitor) Deprecated.As of 3.3, replaced byIFileBufferManager.disconnect(IPath, LocationKind, IProgressMonitor)IFileBufferManager.getFileBuffer(IPath location) Deprecated.As of 3.3, replaced byIFileBufferManager.getFileBuffer(IPath, LocationKind)IFileBufferManager.getFileBuffer(IPath location, LocationKind locationKind) Returns the file buffer managed for the given location ornullif there is no such file buffer.static IFileStoreFileBuffers.getFileStoreAtLocation(IPath location) Returns the file in the local file system for the given location.static FileFileBuffers.getSystemFileAtLocation(IPath location) Deprecated.As of 3.2, replaced byFileBuffers.getFileStoreAtLocation(IPath)ITextFileBufferManager.getTextFileBuffer(IPath location) Deprecated.As of 3.3, replaced byITextFileBufferManager.getTextFileBuffer(IPath, LocationKind)ITextFileBufferManager.getTextFileBuffer(IPath location, LocationKind locationKind) Returns the text file buffer managed for the file at the given location ornullif there is no such text file buffer.static IFileFileBuffers.getWorkspaceFileAtLocation(IPath location) Returns the workspace file at the given location if such a file exists.static IFileFileBuffers.getWorkspaceFileAtLocation(IPath location, boolean isNormalized) Returns the workspace file at the given location if such a file exists.booleanITextFileBufferManager.isTextFileLocation(IPath location) Deprecated.As of 3.2, replaced byITextFileBufferManager.isTextFileLocation(IPath, boolean)booleanITextFileBufferManager.isTextFileLocation(IPath location, boolean strict) Returns whether a file at the given location is or can be considered a text file.static IPathFileBuffers.normalizeLocation(IPath pathOrLocation) Returns the normalized form of the given path or location.voidIFileBufferManager.releaseSynchronizationContext(IPath location) Deprecated.As of 3.1, replaced byIFileBuffer.releaseSynchronizationContext()voidIFileBufferManager.requestSynchronizationContext(IPath location) Deprecated.As of 3.1, replaced byIFileBuffer.requestSynchronizationContext()voidIDocumentSetupParticipantExtension.setup(IDocument document, IPath location, LocationKind locationKind) Sets up the document to be ready for use by a text file buffer.voidIFileBufferListener.underlyingFileMoved(IFileBuffer buffer, IPath path) Informs the listener that the file underlying the given file buffer has been moved to the given location. -
Uses of IPath in org.eclipse.core.filebuffers.manipulation
Methods in org.eclipse.core.filebuffers.manipulation with parameters of type IPathModifier and TypeMethodDescriptionvoidGenericFileBufferOperationRunner.execute(IPath[] locations, IFileBufferOperation operation, IProgressMonitor monitor) Executes the given operation for all file buffers specified by the given locations.Constructors in org.eclipse.core.filebuffers.manipulation with parameters of type IPathModifierConstructorDescriptionContainerCreator(IWorkspace workspace, IPath fullPath) Constructs a container creator for the given path in the given workspace. -
Uses of IPath in org.eclipse.core.filesystem
Methods in org.eclipse.core.filesystem that return IPathMethods in org.eclipse.core.filesystem with parameters of type IPathModifier and TypeMethodDescriptionDeprecated.useIFileStore.getFileStore(IPath)insteadIFileStore.getFileStore(IPath path) Returns a handle to the member store identified by the given path.Returns a handle to a file store in this file system.static URI -
Uses of IPath in org.eclipse.core.filesystem.provider
Methods in org.eclipse.core.filesystem.provider with parameters of type IPathModifier and TypeMethodDescriptionDeprecated.useFileStore.getFileStore(IPath)insteadFileStore.getFileStore(IPath path) The default implementation ofIFileStore.getFileStore(IPath)Subclasses may override.This is the default implementation ofIFileSystem.getStore(IPath). -
Uses of IPath in org.eclipse.core.resources
Methods in org.eclipse.core.resources that return IPathModifier and TypeMethodDescriptionIPath[]ISaveContext.getFiles()Returns current files mapped with theISaveContext.mapfacility or an empty array if there are no mapped files.IPath[]ISavedState.getFiles()Returns the files mapped with theISaveContext.map(IPath, IPath)facility.IFile.getFullPath()Returns the full path of this file.IFileState.getFullPath()Returns the full path of this file state.IResource.getFullPath()Returns the full, absolute path of this resource relative to the workspace.IResourceDelta.getFullPath()Returns the full, absolute path of this resource delta.IStorage.getFullPath()Returns the full path of this storage.IProjectDescription.getLocation()Deprecated.Since 3.2, project locations are not necessarily in the local file system.IResource.getLocation()Returns the absolute path in the local file system to this resource, ornullif no path can be determined.ProjectScope.getLocation()IResourceDelta.getMovedFromPath()Returns the full path (in the "before" state) from which this resource (in the "after" state) was moved.IResourceDelta.getMovedToPath()Returns the full path (in the "after" state) to which this resource (in the "before" state) was moved.IResourceStatus.getPath()Returns the path of the resource associated with this status.IResource.getProjectRelativePath()Returns a relative path of this resource with respect to its project.IResourceDelta.getProjectRelativePath()Returns the project-relative path of this resource delta.IResource.getRawLocation()Returns the file system location of this resource, ornullif no path can be determined.IPathVariableChangeEvent.getValue()Returns the variable's current value.Deprecated.useIPathVariableManager.getURIValue(String)instead.IProject.getWorkingLocation(String id) Returns the location in the local file system of the project-specific working data area for use by the bundle/plug-in with the given identifier, ornullif the project does not exist.Returns the current location for the given file ornullif none.Returns the mapped location associated with the given path ornullif none.IResourceProxy.requestFullPath()Returns the full workspace path of the resource being visited.IPathVariableManager.resolvePath(IPath path) Deprecated.useIPathVariableManager.resolveURI(URI)instead.Methods in org.eclipse.core.resources with parameters of type IPathModifier and TypeMethodDescriptionvoidIResource.copy(IPath destination, boolean force, IProgressMonitor monitor) Makes a copy of this resource at the given path.voidIResource.copy(IPath destination, int updateFlags, IProgressMonitor monitor) Makes a copy of this resource at the given path.IWorkspace.copy(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.IWorkspace.copy(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Copies the given sibling resources so that they are located as members of the resource at the given path; the names of the copies are the same as the corresponding originals.voidIFile.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new file resource as a member of this handle's parent resource.voidIFolder.createLink(IPath localLocation, int updateFlags, IProgressMonitor monitor) Creates a new folder resource as a member of this handle's parent resource.booleanReturns whether a resource of some type with the given path exists relative to this resource.IWorkspaceRoot.findContainersForLocation(IPath location) Deprecated.useIWorkspaceRoot.findContainersForLocationURI(URI)insteadIFile[]IWorkspaceRoot.findFilesForLocation(IPath location) Deprecated.useIWorkspaceRoot.findFilesForLocationURI(URI)insteadIContainer.findMember(IPath path) Finds and returns the member resource identified by the given path in this container, ornullif no such resource exists.IContainer.findMember(IPath path, boolean includePhantoms) Finds and returns the member resource identified by the given path in this container, ornullif no such resource exists.IResourceDelta.findMember(IPath path) Finds and returns the descendent delta identified by the given path in this delta, ornullif no such descendent exists.IWorkspaceRoot.getContainerForLocation(IPath location) Returns a handle to the workspace root, project or folder which is mapped to the given path in the local file system, ornullif none.Returns a handle to the file identified by the given path in this container.IWorkspaceRoot.getFileForLocation(IPath location) Returns a handle to the file which is mapped to the given path in the local file system, ornullif none.Returns a handle to the folder identified by the given path in this container.IWorkspace.loadProjectDescription(IPath projectDescriptionFile) Reads the project description file (".project") from the given location in the local file system.Returns the current location for the given file ornullif none.Returns the mapped location associated with the given path ornullif none.voidMaps the given plug-in file to its real location.voidIFile.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource to be at the given location.voidIFolder.move(IPath destination, boolean force, boolean keepHistory, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIResource.move(IPath destination, boolean force, IProgressMonitor monitor) Moves this resource so that it is located at the given path.voidIResource.move(IPath destination, int updateFlags, IProgressMonitor monitor) Moves this resource so that it is located at the given path.IWorkspace.move(IResource[] resources, IPath destination, boolean force, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.IWorkspace.move(IResource[] resources, IPath destination, int updateFlags, IProgressMonitor monitor) Moves the given sibling resources so that they are located as members of the resource at the given path; the names of the new members are the same.IPathVariableManager.resolvePath(IPath path) Deprecated.useIPathVariableManager.resolveURI(URI)instead.voidIProjectDescription.setLocation(IPath location) Sets the local file system location for the described project.voidDeprecated.useIPathVariableManager.setURIValue(String, URI)instead.IWorkspace.validateLinkLocation(IResource resource, IPath location) Validates the given path as the location of the given resource on disk.IWorkspace.validateProjectLocation(IProject project, IPath location) Validates the given path as the location of the given project on disk.IPathVariableManager.validateValue(IPath path) Validates the given path as the value for a path variable. -
Uses of IPath in org.eclipse.core.resources.mapping
Methods in org.eclipse.core.resources.mapping with parameters of type IPathModifier and TypeMethodDescriptionvoidRecord the set of deltas representing a copy of the given resource to the given workspace path.voidRecord the set of deltas representing a move of the given resource to the given workspace path. -
Uses of IPath in org.eclipse.core.resources.team
Methods in org.eclipse.core.resources.team with parameters of type IPathModifier and TypeMethodDescriptionTeamHook.validateCreateLink(IFile file, int updateFlags, IPath location) Validates whether a particular attempt at link creation is allowed.TeamHook.validateCreateLink(IFolder folder, int updateFlags, IPath location) Validates whether a particular attempt at link creation is allowed. -
Uses of IPath in org.eclipse.core.runtime
Classes in org.eclipse.core.runtime that implement IPathModifier and TypeClassDescriptionfinal classThe standard implementation of theIPathinterface.Fields in org.eclipse.core.runtime declared as IPathModifier and TypeFieldDescriptionstatic final IPathIPath.EMPTYConstant value containing the empty path with no device on the local file system.static final IPathIPath.ROOTConstant value containing the root path with no device on the local file system.Methods in org.eclipse.core.runtime that return IPathModifier and TypeMethodDescriptionIPath.addFileExtension(String extension) Returns a new path which is the same as this path but with the given file extension added.Path.addFileExtension(String extension) IPath.addTrailingSeparator()Returns a path with the same segments as this path but with a trailing separator added.Path.addTrailingSeparator()Returns the canonicalized path obtained from the concatenation of the given string path to the end of this path.Returns the canonicalized path obtained from the concatenation of the given path's segments to the end of this path.static IPathConstructs a new POSIX path from the given string path.static IPathIPath.forWindows(String windowsPath) Constructs a new Windows path from the given string path.static IPathConstructs a newIPathfrom the givenFile.static IPathIPath.fromOSString(String osPath) Constructs a new path from the given string path.static IPathPath.fromOSString(String pathString) Constructs a new path from the given string path.static IPathConstructs a newIPathfrom the givenjava.nio.file.Path.static IPathIPath.fromPortableString(String portablePath) Constructs a new path from the given path string.static IPathPath.fromPortableString(String pathString) Constructs a new path from the given path string.static IPathPlatform.getLocation()Returns the location of the platform working directory.static IPathPlatform.getLogFileLocation()Returns the location of the platform log file.static IPathPlatform.getStateLocation(Bundle bundle) Returns the location in the local file system of the plug-in state area for the given bundle.final IPathPlugin.getStateLocation()Returns the location in the local file system of the plug-in state area for this plug-in.IPath.makeAbsolute()Returns an absolute path with the segments and device id of this path.Path.makeAbsolute()IPath.makeRelative()Returns a relative path with the segments and device id of this path.Path.makeRelative()IPath.makeRelativeTo(IPath base) Returns a path equivalent to this path, but relative to the given base path if possible.Path.makeRelativeTo(IPath base) Returns a path equivalent to this path, but relative to the given base path if possible.IPath.makeUNC(boolean toUNC) Return a new path which is the equivalent of this path converted to UNC form (if the given boolean is true) or this path not as a UNC path (if the given boolean is false).Path.makeUNC(boolean toUNC) IPath.removeFileExtension()Returns a new path which is the same as this path but with the file extension removed.Path.removeFileExtension()IPath.removeFirstSegments(int count) Returns a copy of this path with the given number of segments removed from the beginning.Path.removeFirstSegments(int count) IPath.removeLastSegments(int count) Returns a copy of this path with the given number of segments removed from the end.Path.removeLastSegments(int count) IPath.removeTrailingSeparator()Returns a path with the same segments as this path but with a trailing separator removed.Path.removeTrailingSeparator()Returns a new path which is the same as this path but with the given device id.IPath.uptoSegment(int count) Returns a copy of this path truncated after the given number of segments.Path.uptoSegment(int count) Methods in org.eclipse.core.runtime with parameters of type IPathModifier and TypeMethodDescriptionReturns the canonicalized path obtained from the concatenation of the given path's segments to the end of this path.static voidPreferences.exportPreferences(IPath path) Deprecated.Exports all non-default-valued preferences for all installed plugins to the provided file.static URLReturns a URL for the given path in the given bundle.static URLReturns a URL for the given path in the given bundle.static URLDeprecated, for removal: This API element is subject to removal in a future version.static URLDeprecated, for removal: This API element is subject to removal in a future version.useFileLocator.find(Bundle, IPath, Map)insteadfinal URLDeprecated, for removal: This API element is subject to removal in a future version.final URLDeprecated, for removal: This API element is subject to removal in a future version.static URL[]FileLocator.findEntries(Bundle bundle, IPath path) This is a convenience method, fully equivalent toFileLocator.findEntries(Bundle, IPath, Map), with a value ofnullfor the map argument.static URL[]This method is the same asFileLocator.find(Bundle, IPath, Map)except multiple entries can be returned if more than one entry matches the path in the host and any of its fragments.static voidPreferences.importPreferences(IPath path) Deprecated.Loads the plugin preferences from the given file, and replaces all non-default-valued preferences for all plugins with the values from this file.booleanIPath.isPrefixOf(IPath anotherPath) Returns whether this path is a prefix of the given path.booleanPath.isPrefixOf(IPath anotherPath) IPath.makeRelativeTo(IPath base) Returns a path equivalent to this path, but relative to the given base path if possible.Path.makeRelativeTo(IPath base) Returns a path equivalent to this path, but relative to the given base path if possible.intIPath.matchingFirstSegments(IPath anotherPath) Returns a count of the number of segments which match in this path and the given path (device ids are ignored), comparing in increasing segment number order.intPath.matchingFirstSegments(IPath anotherPath) static InputStreamFileLocator.openStream(Bundle bundle, IPath file, boolean substituteArgs) Returns an input stream for the specified file.final InputStreamPlugin.openStream(IPath file) Deprecated, for removal: This API element is subject to removal in a future version.final InputStreamPlugin.openStream(IPath file, boolean substituteArgs) Deprecated, for removal: This API element is subject to removal in a future version.static URIReturns a Java ARchive (JAR) URI for an entry in a jar or zip file.static IStatusPreferences.validatePreferenceVersions(IPath file) Deprecated.Validates that the preference versions in the given file match the versions of the currently installed plugins. -
Uses of IPath in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences that return IPathModifier and TypeMethodDescriptionBundleDefaultsScope.getLocation()ConfigurationScope.getLocation()DefaultScope.getLocation()InstanceScope.getLocation()IScopeContext.getLocation()Return a path to a location in the file-system where clients are able to write files that will have the same sharing/scope properties as preferences defined in this scope.UserScope.getLocation() -
Uses of IPath in org.eclipse.debug.core
Methods in org.eclipse.debug.core that return IPathModifier and TypeMethodDescriptionILaunchConfiguration.getLocation()Deprecated.Since a launch configuration does not need to be stored in the local file system, this attribute should no longer be used to identify a launch configuration. -
Uses of IPath in org.eclipse.debug.core.sourcelookup.containers
Methods in org.eclipse.debug.core.sourcelookup.containers that return IPathConstructors in org.eclipse.debug.core.sourcelookup.containers with parameters of type IPathModifierConstructorDescriptionDirectorySourceContainer(IPath dirPath, boolean subfolders) Constructs an external folder container for the directory identified by the given path. -
Uses of IPath in org.eclipse.equinox.p2.engine
Methods in org.eclipse.equinox.p2.engine that return IPath -
Uses of IPath in org.eclipse.ltk.core.refactoring.resource
Methods in org.eclipse.ltk.core.refactoring.resource that return IPathModifier and TypeMethodDescriptionMoveRenameResourceDescriptor.getDestinationPath()Returns the destination container to move the resources in.MoveResourcesDescriptor.getDestinationPath()Returns the destination container to move the resources in.CopyProjectDescriptor.getNewLocation()MoveRenameResourceDescriptor.getResourcePath()Returns the path of the resource to rename.RenameResourceDescriptor.getResourcePath()Returns the path of the resource to rename.IPath[]DeleteResourcesDescriptor.getResourcePaths()The resource paths to delete.IPath[]MoveResourcesDescriptor.getResourcePathsToMove()Returns the resource to move.CopyProjectDescriptor.getSourcePath()The resource paths to delete.Methods in org.eclipse.ltk.core.refactoring.resource with parameters of type IPathModifier and TypeMethodDescriptionvoidMoveRenameResourceDescriptor.setDestinationPath(IPath path) Sets the path of the destination container to move the resources in.voidMoveResourcesDescriptor.setDestinationPath(IPath path) Sets the path of the destination container to move the resources in.voidCopyProjectDescriptor.setNewLocation(IPath newLocation) voidCopyProjectDescriptor.setResourcePath(IPath resourcePath) The paths to the resources to be deleted.voidMoveRenameResourceDescriptor.setResourcePath(IPath resourcePath) Sets the resource to be renamed.voidRenameResourceDescriptor.setResourcePath(IPath resourcePath) Sets the resource to be renamed.voidDeleteResourcesDescriptor.setResourcePaths(IPath[] resourcePath) The paths to the resources to be deleted.voidMoveResourcesDescriptor.setResourcePathsToMove(IPath[] resourcePaths) Sets the paths of the resources to move.Constructors in org.eclipse.ltk.core.refactoring.resource with parameters of type IPathModifierConstructorDescriptionCopyProjectChange(IProject resourcePath, IPath newLocation, String newName) Copy a project.DeleteResourceChange(IPath resourcePath, boolean forceOutOfSync) Delete a resource.DeleteResourceChange(IPath resourcePath, boolean forceOutOfSync, boolean deleteContent) Delete a resource.RenameResourceChange(IPath resourcePath, String newName) Creates the change.protectedRenameResourceChange(IPath resourcePath, String newName, long stampToRestore) Creates the change with a time stamp to restore. -
Uses of IPath in org.eclipse.team.core
Methods in org.eclipse.team.core with parameters of type IPathModifier and TypeMethodDescriptionRepositoryProvider.validateCreateLink(IResource resource, int updateFlags, IPath location) Deprecated. -
Uses of IPath in org.eclipse.team.core.diff
Methods in org.eclipse.team.core.diff that return IPathModifier and TypeMethodDescriptionIPath[]IDiffTree.getChildren(IPath parent) Returns the child paths of the given path that either point to a sync delta or have a descendant path that points to a sync delta.ITwoWayDiff.getFromPath()Returns the full path (in the "before" state) from which this resource (in the "after" state) was moved.IDiff.getPath()Returns the full, absolute path of the object to which the diff applies with respect to the model root.IPath[]IDiffChangeEvent.getRemovals()Return the paths of the delta nodes that have been removed from the delta tree.ITwoWayDiff.getToPath()Returns the full path (in the "after" state) to which this resource (in the "before" state) was moved.Methods in org.eclipse.team.core.diff with parameters of type IPathModifier and TypeMethodDescriptionvoidIDiffTree.accept(IPath path, IDiffVisitor visitor, int depth) Accepts the given visitor.IPath[]IDiffTree.getChildren(IPath parent) Returns the child paths of the given path that either point to a sync delta or have a descendant path that points to a sync delta.Returns the delta identified by the given path, ornullif there is no delta at that path.booleanIDiffTree.getProperty(IPath path, int property) Return the value of the property for the given path.booleanIDiffTree.hasMatchingDiffs(IPath path, FastDiffFilter filter) Return whether the this diff tree contains any diffs that match the given filter at of below the given path.voidIDiffChangeListener.propertyChanged(IDiffTree tree, int property, IPath[] paths) The given property has changed for the given paths. -
Uses of IPath in org.eclipse.team.core.diff.provider
Methods in org.eclipse.team.core.diff.provider that return IPathModifier and TypeMethodDescriptionIPath[]DiffTree.getChildren(IPath path) TwoWayDiff.getFromPath()Diff.getPath()IPath[]DiffTree.getPaths()Return the paths in this tree that contain diffs.TwoWayDiff.getToPath()Methods in org.eclipse.team.core.diff.provider with parameters of type IPathModifier and TypeMethodDescriptionvoidDiffTree.accept(IPath path, IDiffVisitor visitor, int depth) IPath[]DiffTree.getChildren(IPath path) booleanDiffTree.getProperty(IPath path, int property) booleanDiffTree.hasMatchingDiffs(IPath path, FastDiffFilter filter) voidRemove the given local resource from the set.Constructors in org.eclipse.team.core.diff.provider with parameters of type IPathModifierConstructorDescriptionprotectedCreate a diff node.TwoWayDiff(IPath path, int kind, int flags) Create a two-way diff -
Uses of IPath in org.eclipse.team.core.synchronize
Fields in org.eclipse.team.core.synchronize with type parameters of type IPath -
Uses of IPath in org.eclipse.team.core.variants
Methods in org.eclipse.team.core.variants that return IPathModifier and TypeMethodDescriptionCachedResourceVariant.getDisplayPath()Return the full path of this resource that should be displayed to the user. -
Uses of IPath in org.eclipse.team.ui.mapping
Methods in org.eclipse.team.ui.mapping with parameters of type IPathModifier and TypeMethodDescriptionvoidSynchronizationContentProvider.propertyChanged(IDiffTree tree, int property, IPath[] paths) -
Uses of IPath in org.eclipse.ui
Methods in org.eclipse.ui that return IPathModifier and TypeMethodDescriptionIPathEditorInput.getPath()Returns the local file system path of the file underlying this editor input.Methods in org.eclipse.ui with parameters of type IPath -
Uses of IPath in org.eclipse.ui.actions
Fields in org.eclipse.ui.actions with type parameters of type IPathModifier and TypeFieldDescriptionMoveResourceAction.destinationsKeep a list of destinations so that any required update can be done after the move.Methods in org.eclipse.ui.actions that return IPathModifier and TypeMethodDescriptionstatic IPathCopyResourceAction.getNewNameFor(IPath originalName, IWorkspace workspace) Returns a new name for a copy of the resource at the given path in the given workspace.Methods in org.eclipse.ui.actions with parameters of type IPathModifier and TypeMethodDescriptionprotected voidCopyFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inCopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)protected voidMoveFilesAndFoldersOperation.copy(IResource[] resources, IPath destination, IProgressMonitor monitor) Deprecated.As of 3.3, the work is performed in the undoable operation created inMoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[], IPath)protected IProjectDescriptionCopyProjectAction.createDescription(IProject project, String projectName, IPath rootLocation) Create a new IProjectDescription for the copy using the name and path selected from the dialog.static IPathCopyResourceAction.getNewNameFor(IPath originalName, IWorkspace workspace) Returns a new name for a copy of the resource at the given path in the given workspace.protected AbstractWorkspaceOperationCopyFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[] resources, IPath destinationPath) Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path.protected AbstractWorkspaceOperationMoveFilesAndFoldersOperation.getUndoableCopyOrMoveOperation(IResource[] resources, IPath destinationPath) Returns an AbstractWorkspaceOperation suitable for performing the move or copy operation that will move or copy the given resources to the given destination path.protected voidRenameResourceAction.runWithNewPath(IPath path, IResource resource) -
Uses of IPath in org.eclipse.ui.dialogs
Methods in org.eclipse.ui.dialogs that return IPathModifier and TypeMethodDescriptionWizardNewFileCreationPage.getContainerFullPath()Returns the current full path of the containing resource as entered or selected by the user, or its anticipated initial value.protected IPathWizardResourceImportPage.getContainerFullPath()Returns the path of the container resource specified in the container name entry field, ornullif no name has been typed in.WizardNewProjectCreationPage.getLocationPath()Returns the current project location path as entered by the user, or its anticipated initial value.protected IPathWizardDataTransferPage.getPathFromText(Text textField) Get a path from the supplied text widget.protected IPathWizardResourceImportPage.getResourcePath()Return the path for the resource field.SaveAsDialog.getResult()Returns the full path entered by the user.protected IPathWizardDataTransferPage.queryForContainer(IContainer initialSelection, String msg) Queries the user to supply a container resource.protected IPathWizardDataTransferPage.queryForContainer(IContainer initialSelection, String msg, String title) Queries the user to supply a container resource.Methods in org.eclipse.ui.dialogs with parameters of type IPathModifier and TypeMethodDescriptionprotected IContainerWizardNewFolderMainPage.createContainerHandle(IPath containerPath) Creates a container resource handle for the container with the given workspace path.protected IFileWizardNewFileCreationPage.createFileHandle(IPath filePath) Creates a file resource handle for the file with the given workspace path.protected IFolderWizardNewFolderMainPage.createFolderHandle(IPath folderPath) Creates a folder resource handle for the folder with the given workspace path.voidWizardNewFileCreationPage.setContainerFullPath(IPath path) Sets the value of this page's container name field, or stores it for future use if this page's controls do not exist yet.protected booleanWizardResourceImportPage.sourceConflictsWithDestination(IPath sourcePath) Returns whether or not the source location conflicts with the destination resource.Constructors in org.eclipse.ui.dialogs with parameters of type IPathModifierConstructorDescriptionContainerGenerator(IPath containerPath) Creates a generator for the container resource (folder or project) at the given workspace path. -
Uses of IPath in org.eclipse.ui.editors.text
Methods in org.eclipse.ui.editors.text that return IPathModifier and TypeMethodDescriptionprotected final IPath[]FileBufferOperationAction.generateLocations(IFile[] files, IProgressMonitor progressMonitor) protected final IPath[]FileBufferOperationHandler.generateLocations(IFile[] files, IProgressMonitor progressMonitor) Generates the file buffer locations out of the given files.Returns the location of the given object ornull.Methods in org.eclipse.ui.editors.text with parameters of type IPathModifier and TypeMethodDescriptionprotected final voidFileBufferOperationAction.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) protected final voidFileBufferOperationHandler.doRun(IFile[] files, IPath location, IFileBufferOperation fileBufferOperation) Runs the given operation.protected voidFileDocumentProvider.handleElementMoved(IFileEditorInput fileEditorInput, IPath path) Sends out the notification that the file serving as document input has been moved.voidFileBufferOperationHandler.initialize(IResource[] resources, IPath location) Initializes this file buffer operation handler with the given resources and the given location.protected booleanFileBufferOperationAction.isAcceptableLocation(IPath location) Tells whether this action accepts the given location.protected booleanFileBufferOperationHandler.isAcceptableLocation(IPath location) Tells whether the given location is accepted by this handler.voidTextFileDocumentProvider.FileBufferListener.underlyingFileMoved(IFileBuffer file, IPath newLocation) -
Uses of IPath in org.eclipse.ui.ide.dialogs
Methods in org.eclipse.ui.ide.dialogs that return IPath -
Uses of IPath in org.eclipse.ui.ide.undo
Fields in org.eclipse.ui.ide.undo declared as IPathModifier and TypeFieldDescriptionprotected IPathAbstractCopyOrMoveResourcesOperation.destinationprotected IPathAbstractCopyOrMoveResourcesOperation.destinationprotected IPathAbstractCopyOrMoveResourcesOperation.destinationprotected IPathAbstractCopyOrMoveResourcesOperation.destinationprotected IPath[]AbstractCopyOrMoveResourcesOperation.destinationPathsprotected IPath[]AbstractCopyOrMoveResourcesOperation.destinationPathsprotected IPath[]AbstractCopyOrMoveResourcesOperation.destinationPathsprotected IPath[]AbstractCopyOrMoveResourcesOperation.destinationPathsConstructors in org.eclipse.ui.ide.undo with parameters of type IPathModifierConstructorDescriptionCopyResourcesOperation(IResource[] resources, IPath[] destinationPaths, String label) Create a CopyResourcesOperation that copies each of the specified resources to its corresponding destination path in the destination path array.CopyResourcesOperation(IResource[] resources, IPath destinationPath, String label) Create a CopyResourcesOperation that copies all of the specified resources to a single target location.CopyResourcesOperation(IResource resource, IPath newPath, String label) Create a CopyResourcesOperation that copies a single resource to a new location.MoveResourcesOperation(IResource[] resources, IPath destinationPath, String label) Create a MoveResourcesOperation that moves all of the specified resources to the same target location, using their existing names.MoveResourcesOperation(IResource resource, IPath newPath, String label) Create a MoveResourcesOperation that moves a single resource to a new location. -
Uses of IPath in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IPathModifier and TypeMethodDescriptionWorkbenchPlugin.getDataLocation()FOR INTERNAL WORKBENCH USE ONLY.protected IPathWorkbenchLayoutSettingsTransfer.getNewWorkbenchStateLocation(IPath newWorkspaceRoot) Return the workbench settings location for the new rootMethods in org.eclipse.ui.internal with parameters of type IPathModifier and TypeMethodDescriptionprotected IPathWorkbenchLayoutSettingsTransfer.getNewWorkbenchStateLocation(IPath newWorkspaceRoot) Return the workbench settings location for the new rootvoidLargeFileLimitsPreferenceHandler.PromptForEditor.prompt(IPath inputPath, LargeFileLimitsPreferenceHandler.FileLimit fileLimit) WorkbenchLayoutSettingsTransfer.transferSettings(IPath newWorkspaceRoot) -
Uses of IPath in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IPath -
Uses of IPath in org.eclipse.ui.preferences
Methods in org.eclipse.ui.preferences with parameters of type IPathModifier and TypeMethodDescriptionabstract IStatusSettingsTransfer.transferSettings(IPath newWorkspaceRoot) Transfer the settings to a workspace rooted at newWorkspacwe -
Uses of IPath in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor with parameters of type IPathModifier and TypeMethodDescriptionResourceMarkerAnnotationModelFactory.createAnnotationModel(IPath location) -
Uses of IPath in org.eclipse.ui.views
Methods in org.eclipse.ui.views that return IPath -
Uses of IPath in org.eclipse.ui.wizards
Methods in org.eclipse.ui.wizards that return IPathMethods in org.eclipse.ui.wizards with parameters of type IPathModifier and TypeMethodDescriptionIWizardCategory.findCategory(IPath path) Returns the category child object corresponding to the passed path (relative to this object), ornullif such an object could not be found. -
Uses of IPath in org.eclipse.ui.wizards.datatransfer
Methods in org.eclipse.ui.wizards.datatransfer that return IPathModifier and TypeMethodDescriptionWizardExternalProjectImportPage.getLocationPath()Returns the current project location path as entered by the user, or its anticipated initial value.Methods in org.eclipse.ui.wizards.datatransfer with parameters of type IPathModifier and TypeMethodDescriptionprotected voidZipFileStructureProvider.createContainer(IPath pathname) Creates a new container zip entry with the specified name, iff it has not already been created.Method parameters in org.eclipse.ui.wizards.datatransfer with type arguments of type IPathModifier and TypeMethodDescriptionbooleanProjectConfigurator.canConfigure(IProject project, Set<IPath> ignoredPaths, IProgressMonitor monitor) Checks whether this configurator can contribute to the configuration of the given project.voidProjectConfigurator.configure(IProject project, Set<IPath> ignoredPaths, IProgressMonitor monitor) Configures a project.Constructors in org.eclipse.ui.wizards.datatransfer with parameters of type IPathModifierConstructorDescriptionImportOperation(IPath containerPath, Object source, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor) Creates a new operation that recursively imports the entire contents of the specified root file system object.ImportOperation(IPath containerPath, Object source, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor, List filesToImport) Creates a new operation that imports specific file system objects.ImportOperation(IPath containerPath, IImportStructureProvider provider, IOverwriteQuery overwriteImplementor, List filesToImport) Creates a new operation that imports specific file system objects.Constructor parameters in org.eclipse.ui.wizards.datatransfer with type arguments of type IPathModifierConstructorDescriptionRecursiveFileFinder(String fileName, Set<IPath> ignoredDirectories)
IFileBufferManager.connect(IPath, LocationKind, IProgressMonitor)