Package org.eclipse.ui.wizards.datatransfer


package org.eclipse.ui.wizards.datatransfer
Provides the standard Import and Export wizards for moving resources into and out of the workspace.
  • Class
    Description
    Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.
    FileStoreStructureProvider is the structure provider for IFileStore based file structures.
    Standard workbench wizard for exporting resources from the workspace to the local file system.
    Standard workbench wizard for importing resources from the local file system into the workspace.
    This class provides information regarding the structure and content of specified file system File objects.
    Interface which can provide structure and content information for an element (for example, a file system element).
    An operation which does the actual work of copying objects from the local file system into the workspace.
    The PopulateFilesOperation is an operation used to populate a FileSystemElement one level deep rather than the whole way.
    This interface contains a set of methods that allow to configure an existing or future project, for example to add and configure natures when creating a new project.
    A simple resource visitor that allows to find one or more files by name in a IContainer
    Operation responsible for traversing a specified file system position recursively and building - a tree that represents the container structure - a collection containing all files meeting a specified extension criteria This is implemented as an Operation in order to provide an escape to the user (the Cancel button) if the operation drags on for too long
    Standard main page for a wizard that creates a project resource from whose location already contains a project.
    Standard workbench wizard for exporting resources from the workspace to a zip file.
    Standard workbench wizard for importing resources from a zip file into the workspace.
    This class provides information regarding the context structure and content of specified zip file entry objects.