Package | Description |
---|---|
org.dcm4che3.conf.api.upgrade |
This package is part of the Maven module dcm4che-conf-api.
|
Modifier and Type | Method and Description |
---|---|
private static MMPVersion |
MMPVersion.fromAnnotatedVersion(String value,
int major,
int minor,
int patch) |
static MMPVersion |
MMPVersion.fromFixUpToAnno(FixUpTo anno) |
static MMPVersion |
MMPVersion.fromScriptVersionAnno(ScriptVersion anno) |
static MMPVersion |
MMPVersion.fromStringVersion(String value) |
Modifier and Type | Method and Description |
---|---|
TreeMap<MMPVersion,Method> |
VersionDrivenUpgradeScript.getFixUpMethods(MMPVersion lastExVer) |
Modifier and Type | Method and Description |
---|---|
int |
MMPVersion.compareTo(MMPVersion otherVersion) |
TreeMap<MMPVersion,Method> |
VersionDrivenUpgradeScript.getFixUpMethods(MMPVersion lastExVer) |
private void |
VersionDrivenUpgradeScript.runFixUps(MMPVersion lastExVer) |
Copyright © 2017 dcm4che.org. All rights reserved.