Uses of Interface
org.eclipse.core.resources.IContainer
Package
Description
Provides the API for manipulating file buffers.
Provides basic support for managing a workspace and
its resources.
Provides APIs intended to be implemented by the resource filter matchers.
Provides APIs for integrating application models with the workspace
Provides support for launching programs, breakpoint management, expression management,
and debug events.
Provides implementations of common source containers supporting source lookup.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Application programmer interface to implement resource dependend refactorings.
Application programming interfaces for defining and working with repository providers.
Application programming interfaces for generating and refreshing
synchronization state.
Application programming interfaces for managing synchronization state.
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.
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.
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Uses of IContainer in org.eclipse.compare.internal
Modifier and TypeMethodDescriptionboolean
AddFromHistoryDialog.select
(IContainer root, IFile[] inputFiles) -
Uses of IContainer in org.eclipse.core.filebuffers.manipulation
Modifier and TypeMethodDescriptionContainerCreator.createContainer
(IProgressMonitor progressMonitor) Creates this container. -
Uses of IContainer in org.eclipse.core.resources
Modifier and TypeInterfaceDescriptioninterface
Folders may be leaf or non-leaf resources and may contain files and/or other folders.interface
A project is a type of resource which groups resources into buildable, reusable units.interface
A root resource represents the top of the resource hierarchy in a workspace.Modifier and TypeMethodDescriptionIWorkspaceRoot.findContainersForLocation
(IPath location) Deprecated.IWorkspaceRoot.findContainersForLocationURI
(URI location) Returns the handles to all the resources (workspace root, project, folder) in the workspace which are mapped to the given URI.IWorkspaceRoot.findContainersForLocationURI
(URI location, int memberFlags) Returns the handles to all the resources (workspace root, project, folder) in the workspace which are mapped to the given URI.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, ornull
if none.IResource.getParent()
Returns the resource which is the parent of this resource, ornull
if it has no parent (that is, this resource is the workspace root). -
Uses of IContainer in org.eclipse.core.resources.filtermatchers
Modifier and TypeMethodDescriptionabstract boolean
AbstractFileInfoMatcher.matches
(IContainer parent, IFileInfo fileInfo) Tests the givenFileInfo
-
Uses of IContainer in org.eclipse.core.resources.mapping
Modifier and TypeMethodDescriptionRemoteResourceMappingContext.fetchBaseMembers
(IContainer container, IProgressMonitor monitor) Returns the members of the base resource corresponding to the given container.abstract IResource[]
RemoteResourceMappingContext.fetchMembers
(IContainer container, IProgressMonitor monitor) Returns the combined members of the base and remote resources corresponding to the given container.RemoteResourceMappingContext.fetchRemoteMembers
(IContainer container, IProgressMonitor monitor) Returns the members of the remote resource corresponding to the given container. -
Uses of IContainer in org.eclipse.core.resources.undo.snapshot
Modifier and TypeInterfaceDescriptioninterface
IContainerSnapshot<T extends IContainer>
IContainerSnapshot is a lightweight description that describes a container to be created.Modifier and TypeMethodDescriptionstatic IContainerSnapshot<? extends IContainer>
ResourceSnapshotFactory.fromContainer
(IContainer container) Create a container description from the specified container handle that can be used to create the container.static IContainerSnapshot<? extends IContainer>
ResourceSnapshotFactory.fromVirtualFolderContainer
(IContainer container) Create a group container description from the specified container handle that can be used to create the container.Modifier and TypeMethodDescriptionstatic IContainerSnapshot<? extends IContainer>
ResourceSnapshotFactory.fromContainer
(IContainer container) Create a container description from the specified container handle that can be used to create the container.static IContainerSnapshot<? extends IContainer>
ResourceSnapshotFactory.fromVirtualFolderContainer
(IContainer container) Create a group container description from the specified container handle that can be used to create the container. -
Uses of IContainer in org.eclipse.debug.core
Modifier and TypeMethodDescriptionILaunchConfigurationType.newInstance
(IContainer container, String name) Returns a new launch configuration working copy of this type, that resides in the specified container, with the given name.ILaunchConfigurationType.newPrototypeInstance
(IContainer container, String name) Returns a new launch configuration working copy of this type, that resides in the specified container, with the given name.void
ILaunchConfigurationWorkingCopy.setContainer
(IContainer container) Sets the container this launch configuration will be stored in when saved. -
Uses of IContainer in org.eclipse.debug.core.sourcelookup.containers
Modifier and TypeMethodDescriptionContainerSourceContainer.getContainer()
Returns the workspace container this source container is rooted at.ModifierConstructorDescriptionContainerSourceContainer
(IContainer container, boolean subfolders) Constructs a source container on the given workspace container.FolderSourceContainer
(IContainer folder, boolean subfolders) Constructs a source container on the given folder. -
Uses of IContainer in org.eclipse.debug.ui
Modifier and TypeMethodDescriptionprotected IContainer
WorkingDirectoryBlock.getContainer()
Returns the selected workspace container ornull
-
Uses of IContainer in org.eclipse.ltk.core.refactoring.resource
Modifier and TypeMethodDescriptionvoid
MoveRenameResourceDescriptor.setDestination
(IContainer container) Sets the destination container to move the resources in.void
MoveResourcesDescriptor.setDestination
(IContainer container) Sets the destination container to move the resources in.ModifierConstructorDescriptionMoveRenameResourceChange
(IResource source, IContainer target, String newName) Creates the change.protected
MoveRenameResourceChange
(IResource source, IContainer target, String newName, long stampToRestore, Change restoreSourceChange) Creates the change.MoveResourceChange
(IResource source, IContainer target) Creates the change.protected
MoveResourceChange
(IResource source, IContainer target, long stampToRestore, Change restoreSourceChange) Creates the change. -
Uses of IContainer in org.eclipse.team.core
Modifier and TypeMethodDescriptionvoid
RepositoryProviderType.metaFilesDetected
(IProject project, IContainer[] containers) Callback from team when the meta-files for a repository type are detected in an unshared project. -
Uses of IContainer in org.eclipse.team.core.subscribers
Modifier and TypeMethodDescriptionfinal IResource[]
SubscriberResourceMappingContext.fetchMembers
(IContainer container, IProgressMonitor monitor) -
Uses of IContainer in org.eclipse.team.core.synchronize
Modifier and TypeMethodDescriptionprotected IResource[]
SyncInfoTree.internalGetOutOfSyncDescendants
(IContainer resource) This is an internal method and is not intended to be invoked or overridden by clients. -
Uses of IContainer in org.eclipse.ui.actions
Modifier and TypeMethodDescriptionvoid
CopyFilesAndFoldersOperation.copyFiles
(String[] fileNames, IContainer destination) Copies the given files and folders to the destination.void
CopyFilesAndFoldersOperation.copyFiles
(URI[] uris, IContainer destination) Copies the given URIS and folders to the destination.void
CopyFilesAndFoldersOperation.copyFilesInCurrentThread
(String[] fileNames, IContainer destination, IProgressMonitor monitor) Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.void
CopyFilesAndFoldersOperation.copyFilesInCurrentThread
(URI[] uris, IContainer destination, IProgressMonitor monitor) Copies the given files and folders to the destination without forking a new Thread or blocking using a WorkspaceModifyOperation.void
CopyFilesAndFoldersOperation.copyOrLinkFiles
(String[] fileNames, IContainer destination, int dropOperation) Depending on the 'Linked Resources' preferences it copies the given files and folders to the destination or creates links or shows a dialog that lets the user choose.CopyFilesAndFoldersOperation.copyResources
(IResource[] resources, IContainer destination) Copies the given resources to the destination.CopyFilesAndFoldersOperation.copyResourcesInCurrentThread
(IResource[] resources, IContainer destination, IProgressMonitor monitor) Copies the given resources to the destination in the current Thread without forking a new Thread or blocking using a WorkspaceModifyOperation.void
CopyFilesAndFoldersOperation.createVirtualFoldersAndLinks
(String[] fileNames, IContainer destination) Create virtual folders and links of the given files and folders to the destination.void
CopyFilesAndFoldersOperation.linkFiles
(String[] fileNames, IContainer destination) Create links of the given files and folders to the destination.protected void
CopyResourceAction.runOperation
(IResource[] resources, IContainer destination) Runs the operation created increateOperation
protected void
MoveResourceAction.runOperation
(IResource[] resources, IContainer destination) CopyFilesAndFoldersOperation.validateDestination
(IContainer destination, IResource[] sourceResources) Checks whether the destination is valid for copying the source resources.MoveFilesAndFoldersOperation.validateDestination
(IContainer destination, IResource[] sourceResources) CopyFilesAndFoldersOperation.validateImportDestination
(IContainer destination, String[] sourceNames) Checks whether the destination is valid for copying the source files. -
Uses of IContainer in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionprotected IContainer
WizardNewFolderMainPage.createContainerHandle
(IPath containerPath) Creates a container resource handle for the container with the given workspace path.ContainerGenerator.generateContainer
(IProgressMonitor monitor) Ensures that this generator's container resource exists.protected IContainer
WizardResourceImportPage.getSpecifiedContainer()
Returns the container resource specified in the container name entry field, ornull
if such a container does not exist in the workbench.Modifier and TypeMethodDescriptionprotected IPath
WizardDataTransferPage.queryForContainer
(IContainer initialSelection, String msg) Queries the user to supply a container resource.protected IPath
WizardDataTransferPage.queryForContainer
(IContainer initialSelection, String msg, String title) Queries the user to supply a container resource.void
WizardNewLinkPage.setContainer
(IContainer container) Sets the container to use for link validation.ModifierConstructorDescriptionContainerSelectionDialog
(Shell parentShell, IContainer initialRoot, boolean allowNewContainerName, String message) Creates a resource container selection dialog rooted at the given resource.FilteredResourcesSelectionDialog
(Shell shell, boolean multi, IContainer container, int typesMask) Creates a new instance of the classNewFolderDialog
(Shell parentShell, IContainer container) Creates a NewFolderDialogResourceFilter
(IContainer container, boolean showDerived, int typeMask) Creates new ResourceFilter instanceResourceListSelectionDialog
(Shell parentShell, IContainer container, int typeMask) Creates a new instance of the class. -
Uses of IContainer in org.eclipse.ui.ide.dialogs
ModifierConstructorDescriptionImportTypeDialog
(Shell shell, int dropOperation, String[] names, IContainer target) Creates the Import Type Dialog when files are dragged and dropped from the operating system's shell (Windows Explorer on Windows Platform, for example).ImportTypeDialog
(Shell shell, int dropOperation, IResource[] sources, IContainer target) Creates the Import Type Dialog when resources are dragged and dropped from an Eclipse view. -
Uses of IContainer in org.eclipse.ui.ide.undo
Modifier and TypeMethodDescriptionstatic IContainerSnapshot<? extends IContainer>
WorkspaceUndoUtil.getFirstLeafFolder
(IContainerSnapshot<? extends IContainer> parent) Return the first folder found that has no child folders.Modifier and TypeMethodDescriptionstatic IContainerSnapshot<? extends IContainer>
WorkspaceUndoUtil.getFirstLeafFolder
(IContainerSnapshot<? extends IContainer> parent) Return the first folder found that has no child folders. -
Uses of IContainer in org.eclipse.ui.wizards.datatransfer
Modifier and TypeMethodDescriptionboolean
ProjectConfigurator.shouldBeAnEclipseProject
(IContainer container, IProgressMonitor monitor) Tells whether this configurator thinks that a givenIContainer
should be also imported as a project into the workspace.
IWorkspaceRoot.findContainersForLocationURI(URI)
instead