public class RollbackOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
deleteOnExit |
protected String |
key |
protected String |
pkgId |
protected String |
version |
| Constructor and Description |
|---|
RollbackOptions(String pkgId,
String key,
String version) |
RollbackOptions(String key,
UpdateOptions opt) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getPackageId() |
String |
getVersion() |
boolean |
isDeleteOnExit() |
void |
setDeleteOnExit(boolean deleteOnExit) |
String |
toString() |
protected String pkgId
protected String key
protected String version
protected boolean deleteOnExit
public RollbackOptions(String key, UpdateOptions opt)
key - opt - Copyright © 2019 Nuxeo SA. All rights reserved.