public class Version extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,UpdateOptions> |
packages
The packages requiring this version
|
protected String |
path
The path of the backup file
|
protected String |
version
The version name (including classifier)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addPackage(UpdateOptions opt) |
boolean |
equals(Object obj) |
FileVersion |
getFileVersion() |
Map<String,UpdateOptions> |
getPackages() |
String |
getPath() |
String |
getVersion() |
int |
hashCode() |
boolean |
hasPackage(String pkgId) |
boolean |
hasPackages() |
boolean |
removePackage(String pkgId) |
void |
setPath(String path) |
String |
toString() |
protected String version
protected String path
protected Map<String,UpdateOptions> packages
public Version(String version)
public final Map<String,UpdateOptions> getPackages()
public boolean hasPackage(String pkgId)
public boolean removePackage(String pkgId)
public boolean addPackage(UpdateOptions opt)
public boolean hasPackages()
public final String getPath()
public final void setPath(String path)
public final String getVersion()
public final FileVersion getFileVersion()
Copyright © 2019 Nuxeo SA. All rights reserved.