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
|
java.lang.String |
getCurrentStepKey()
Current step i18n description key
|
java.lang.String |
getCurrentStepMessage()
Gets message from current step
|
java.lang.Throwable |
getException()
Gets exception if any (if
PortableViewCompilerStatus.Status.finished_error) |
java.lang.String |
getFailMessage()
|
java.io.File |
getGeneratedInstalationPortableViewFolder()
Gets generated folder of installed portableView for gvSIG installer
integration (if
PortableViewCompilerStatus.Status.finished_ok ) |
java.io.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, getMessage, getProgressLabel, getTitle, isAborted, isCancellable, isCancelled, isIndeterminate, isRunningcancelRequest, isCancellationRequestedaddObserver, deleteObserver, deleteObserversPortableViewCompilerStatus.Status getStatus()
int getCurrentStep()
int getTotalSteps()
java.lang.String getCurrentStepKey()
java.lang.String getCurrentStepMessage()
java.io.File getGeneratedPortableViewFile()
PortableViewCompilerStatus.Status.finished_ok )java.io.File getGeneratedInstalationPortableViewFolder()
PortableViewCompilerStatus.Status.finished_ok )java.lang.String getFailMessage()
PortableViewCompilerStatus.Status.finished_fail or
PortableViewCompilerStatus.Status.finished_error)java.lang.Throwable getException()
PortableViewCompilerStatus.Status.finished_error)PortableViewCompilation getResultCompilation()
PortableViewCompilerStatus.Status.finished_ok) modified by the
process (updated buildNumber, creation timestamp, etc...)