Class SettingsTransfer

java.lang.Object
org.eclipse.ui.preferences.SettingsTransfer

public abstract class SettingsTransfer extends Object
The SettingsTransfer is the abstract superclass of settings transfers used when switching workspaces.
Since:
3.3
  • Constructor Details

    • SettingsTransfer

      public SettingsTransfer()
  • Method Details

    • getSettingsTransfers

      public static IConfigurationElement[] getSettingsTransfers()
      Return the configuration elements for all of the settings transfers.
      Returns:
      IConfigurationElement[]
    • transferSettings

      public abstract IStatus transferSettings(IPath newWorkspaceRoot)
      Transfer the settings to a workspace rooted at newWorkspacwe
      Parameters:
      newWorkspaceRoot - root of the new workspace
      Returns:
      IStatus the status of the transfer.
    • getName

      public abstract String getName()
      Return the name for the receiver.
      Returns:
      receiver name