public class ErrorResume
extends java.lang.Object
| Constructor and Description |
|---|
ErrorResume(DMPackage pkg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
skipCfgData(int cfgDataCursor)
Returns true until stage number given that matches where deployment should resume.
|
boolean |
skipType(java.lang.String type)
Returns true until package type given that matches where deployment should resume.
|
public ErrorResume(DMPackage pkg) throws java.rmi.RemoteException, MXException
pkg - java.rmi.RemoteExceptionMXExceptionpublic boolean skipType(java.lang.String type)
type - The current deployment type.public boolean skipCfgData(int cfgDataCursor)
cfgDataCursor - The current stage number.