| |
|
| java.lang.Object org.eclipse.ui.preferences.SettingsTransfer
All known Subclasses: org.eclipse.ui.internal.preferences.WorkbenchSettingsTransfer,
SettingsTransfer | abstract public class SettingsTransfer (Code) | | The SettingsTransfer is the abstract superclass of settings transfers
used when switching workspaces.
since: 3.3 |
Method Summary | |
abstract public String | getName() Return the name for the receiver. | public static IConfigurationElement[] | getSettingsTransfers() Return the configuration elements for all of the settings
transfers. | abstract public IStatus | transferSettings(IPath newWorkspaceRoot) |
getName | abstract public String getName()(Code) | | Return the name for the receiver.
String |
getSettingsTransfers | public static IConfigurationElement[] getSettingsTransfers()(Code) | | Return the configuration elements for all of the settings
transfers.
IConfigurationElement[] |
transferSettings | abstract public IStatus transferSettings(IPath newWorkspaceRoot)(Code) | | Transfer the settings to a workspace rooted at newWorkspacwe
Parameters: newWorkspaceRoot - IStatus the status of the transfer. |
|
|
|