Interface IExportedPreferences

All Superinterfaces:
IEclipsePreferences, Preferences

public interface IExportedPreferences extends IEclipsePreferences
Represents a node in the preference hierarchy which is used in the import/export mechanism.

This interface is not intended to be implemented by clients.

Since:
3.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • isExportRoot

      boolean isExportRoot()
      Return true if this node was an export root when the preferences were exported, and false otherwise. This information is used during the import to clear nodes when importing a node's (and its children's) preferences.
      Returns:
      true if this node is an export root and false otherwise