protected abstract static class Upgrades.UpgradeOperation extends Object
Modifier | Constructor and Description |
---|---|
protected |
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–2016 JBoss, a division of Red Hat. All rights reserved.