public abstract class PreferencesUpgradeStep extends Object
| Constructor and Description |
|---|
PreferencesUpgradeStep() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getSupportedConfigurationSchemaVersion()
Returns the configuration schema version that this upgrade step supports; that is to say, this upgrade step
object will
upgrade a set of preferences to the version returned by this method. |
abstract void |
upgrade(Preferences preferences)
Upgrades the given set of preferences to the
supported configuration schema version. |
public abstract int getSupportedConfigurationSchemaVersion()
upgrade a set of preferences to the version returned by this method.public abstract void upgrade(Preferences preferences)
supported configuration schema version.preferences - the preferences to upgradeCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.