Class DownloadTranslationsStep
java.lang.Object
com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
com.inductiveautomation.ignition.client.launch.steps.BaseStep
com.inductiveautomation.ignition.client.launch.steps.DownloadTranslationsStep
- All Implemented Interfaces:
- LaunchStep
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStepAbstractLaunchStep.LockedAction<T>Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.client.launch.LaunchStepLaunchStep.StepState
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStepchangeSupport
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleandownload(AbstractLaunchStep step, String gwUrl, File outFile, int attempt) voidrun()Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.BaseStepgetDescription, getString, log, maybeWaitFor503, restartClient, runLockedAction, waitForMethods inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStepaddPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getMessage, getProgress, getState, isIndeterminate, newConnection, newConnection, removePropertyChangeListener, removePropertyChangeListener, runLockedAction, setIndeterminate, setMessage, setMessagef, setProgress, setState
- 
Constructor Details- 
DownloadTranslationsStep
 
- 
- 
Method Details- 
run- Throws:
- Exception
 
- 
getDescriptionKey- Specified by:
- getDescriptionKeyin class- BaseStep
 
- 
downloadpublic static boolean download(AbstractLaunchStep step, String gwUrl, File outFile, int attempt) throws Exception - Throws:
- Exception
 
 
-