Package org.eclipse.ui.wizards.datatransfer
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
-
Interface Summary Interface Description IImportStructureProvider Interface which can provide structure and content information for an element (for example, a file system element).ProjectConfigurator 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. -
Class Summary Class Description ExternalProjectImportWizard Standard workbench wizard for importing projects defined outside of the currently defined projects into Eclipse.FileStoreStructureProvider FileStoreStructureProvider is the structure provider forIFileStore
based file structures.FileSystemExportWizard Standard workbench wizard for exporting resources from the workspace to the local file system.FileSystemImportWizard Standard workbench wizard for importing resources from the local file system into the workspace.FileSystemStructureProvider This class provides information regarding the structure and content of specified file system File objects.ImportOperation An operation which does the actual work of copying objects from the local file system into the workspace.PopulateRootOperation The PopulateFilesOperation is an operation used to populate a FileSystemElement one level deep rather than the whole way.RecursiveFileFinder A simple resource visitor that allows to find one or more files by name in aIContainer
SelectFilesOperation 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 longWizardExternalProjectImportPage Standard main page for a wizard that creates a project resource from whose location already contains a project.ZipFileExportWizard Standard workbench wizard for exporting resources from the workspace to a zip file.ZipFileImportWizard Standard workbench wizard for importing resources from a zip file into the workspace.ZipFileStructureProvider This class provides information regarding the context structure and content of specified zip file entry objects.