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 Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
AbstractLaunchStep.LockedAction<T>
Nested classes/interfaces inherited from interface com.inductiveautomation.ignition.client.launch.LaunchStep
LaunchStep.StepState
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
changeSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
download
(AbstractLaunchStep step, String gwUrl, File outFile, int attempt) void
run()
Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.BaseStep
getDescription, getString, log, maybeWaitFor503, restartClient, runLockedAction, waitFor
Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
addPropertyChangeListener, 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:
getDescriptionKey
in classBaseStep
-
download
public static boolean download(AbstractLaunchStep step, String gwUrl, File outFile, int attempt) throws Exception - Throws:
Exception
-