public class DeployDownloadMonitor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
Constructor and Description |
---|
DeployDownloadMonitor(java.lang.String titleProp,
java.lang.String stepPropPrefix,
int maxStep) |
Modifier and Type | Method and Description |
---|---|
void |
completed() |
int |
getMaxStep() |
double |
getPercent() |
int |
getStep() |
java.lang.String |
getStepPropPrefix() |
java.lang.String |
getTitleProp() |
boolean |
isCompleted() |
void |
setStep(int step) |
public static final java.lang.String REVISION
public DeployDownloadMonitor(java.lang.String titleProp, java.lang.String stepPropPrefix, int maxStep)
public void completed()
public boolean isCompleted()
public void setStep(int step)
public java.lang.String getTitleProp()
public java.lang.String getStepPropPrefix()
public int getMaxStep()
public int getStep()
public double getPercent()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.