| Package | Description |
|---|---|
| gate.gui.persistence | |
| gate.util.persistence |
| Constructor and Description |
|---|
XgappUpgradeSelector(URI gappUri,
List<UpgradeXGAPP.UpgradePath> upgrades) |
| Modifier and Type | Method and Description |
|---|---|
static List<UpgradeXGAPP.UpgradePath> |
UpgradeXGAPP.suggest(org.jdom.Document doc) |
| Modifier and Type | Method and Description |
|---|---|
static void |
UpgradeXGAPP.loadUpgradePaths(List<UpgradeXGAPP.UpgradePath> paths,
URI xgappUri,
File inputFile)
Load a saved upgrade definition TSV file (such as would be written by
UpgradeXGAPP.saveUpgradePaths(java.util.List<gate.util.persistence.UpgradeXGAPP.UpgradePath>, java.net.URI, java.io.File)) and apply its instructions to the given list of
upgrade paths extracted from another xgapp. |
static void |
UpgradeXGAPP.saveUpgradePaths(List<UpgradeXGAPP.UpgradePath> paths,
URI xgappUri,
File outputFile)
Save details of the given set of upgrade paths to a TSV file that can be re-used
later when upgrading other apps.
|
static void |
UpgradeXGAPP.upgrade(org.jdom.Document doc,
List<UpgradeXGAPP.UpgradePath> upgrades) |
Copyright © 2024 GATE. All rights reserved.