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 SummaryConstructors
- 
Method SummaryModifier 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- 
SettingsTransferpublic SettingsTransfer()
 
- 
- 
Method Details- 
getSettingsTransfersReturn the configuration elements for all of the settings transfers.- Returns:
- IConfigurationElement[]
 
- 
transferSettingsTransfer the settings to a workspace rooted at newWorkspacwe- Parameters:
- newWorkspaceRoot- root of the new workspace
- Returns:
- IStatusthe status of the transfer.
 
- 
getNameReturn the name for the receiver.- Returns:
- receiver name
 
 
-