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 boolean deleteOnExit
public RollbackOptions(String pkgId, String key, String version)
public RollbackOptions(String key, UpdateOptions opt)
key
- opt
- public String getPackageId()
public String getVersion()
public boolean isDeleteOnExit()
public void setDeleteOnExit(boolean deleteOnExit)
Copyright © 2018 Nuxeo. All rights reserved.