public interface PortableViewCompilerStatus extends TaskStatus
Modifier and Type | Interface and Description |
---|---|
static class |
PortableViewCompilerStatus.Status
Available status of a
PortableViewCompilerStatus |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentStep()
Current step
|
String |
getCurrentStepKey()
Current step i18n description key
|
String |
getCurrentStepMessage()
Gets message from current step
|
Throwable |
getException()
Gets exception if any (if
PortableViewCompilerStatus.Status.finished_error ) |
String |
getFailMessage()
|
File |
getGeneratedInstalationPortableViewFolder()
Gets generated folder of installed portableView for gvSIG installer
integration (if
PortableViewCompilerStatus.Status.finished_ok ) |
File |
getGeneratedPortableViewFile()
Gets generated file (if
PortableViewCompilerStatus.Status.finished_ok ) |
PortableViewCompilation |
getResultCompilation()
Gets result compilation (if
PortableViewCompilerStatus.Status.finished_ok ) modified by the
process (updated buildNumber, creation timestamp, etc...) |
PortableViewCompilerStatus.Status |
getStatus()
Gets current status
|
int |
getTotalSteps()
Total steps
|
getCode, getCompleted, getLabel, getLastModification, getManager, getTitle, isAborted, isCancellable, isCancelled, isIndeterminate, isRunning
cancelRequest, isCancellationRequested
addObserver, deleteObserver, deleteObservers
PortableViewCompilerStatus.Status getStatus()
int getCurrentStep()
int getTotalSteps()
String getCurrentStepKey()
String getCurrentStepMessage()
File getGeneratedPortableViewFile()
PortableViewCompilerStatus.Status.finished_ok
)File getGeneratedInstalationPortableViewFolder()
PortableViewCompilerStatus.Status.finished_ok
)String getFailMessage()
PortableViewCompilerStatus.Status.finished_fail
or
PortableViewCompilerStatus.Status.finished_error
)Throwable getException()
PortableViewCompilerStatus.Status.finished_error
)PortableViewCompilation getResultCompilation()
PortableViewCompilerStatus.Status.finished_ok
) modified by the
process (updated buildNumber, creation timestamp, etc...)