protected abstract static class Upgrades.UpgradeOperation extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Upgrades.UpgradeOperation(int id) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(Upgrades.Context resources)
Apply this upgrade operation to the supplied running repository.
|
int |
getId()
Get the identifier for this upgrade.
|
String |
toString() |
public int getId()
public abstract void apply(Upgrades.Context resources)
resources - the resources for the repository; never nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.