Package org.eclipse.ui.preferences
Class SettingsTransfer
java.lang.Object
org.eclipse.ui.preferences.SettingsTransfer
- Direct Known Subclasses:
 org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfer
The SettingsTransfer is the abstract superclass of settings transfers used
 when switching workspaces.
- Since:
 - 3.3
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetName()Return the name for the receiver.static IConfigurationElement[]Return the configuration elements for all of the settings transfers.abstract IStatustransferSettings(IPath newWorkspaceRoot) Transfer the settings to a workspace rooted at newWorkspacwe 
- 
Constructor Details
- 
SettingsTransfer
public SettingsTransfer() 
 - 
 - 
Method Details
- 
getSettingsTransfers
Return the configuration elements for all of the settings transfers.- Returns:
 - IConfigurationElement[]
 
 - 
transferSettings
Transfer the settings to a workspace rooted at newWorkspacwe- Parameters:
 newWorkspaceRoot- root of the new workspace- Returns:
 IStatusthe status of the transfer.
 - 
getName
Return the name for the receiver.- Returns:
 - receiver name
 
 
 -