Class DownloadRuntimeStep
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
- 
- com.inductiveautomation.ignition.client.launch.steps.BaseStep
- 
- com.inductiveautomation.ignition.client.launch.steps.DownloadRuntimeStep
 
 
 
- 
- All Implemented Interfaces:
- LaunchStep
 
 public class DownloadRuntimeStep extends BaseStep This step downloads the required runtime from the gateway but only if it has to.
- 
- 
Nested Class Summary- 
Nested 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 Modifier and Type Field Description static java.lang.StringRESOURCES_RUNTIME_DIR- 
Fields inherited from class com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStepchangeSupport
 
- 
 - 
Constructor SummaryConstructors Constructor Description DownloadRuntimeStep(LaunchContextImpl context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescriptionKey()voidrun()- 
Methods inherited from class com.inductiveautomation.ignition.client.launch.steps.BaseStepgetDescription, getString, log, maybeWaitFor503, runLockedAction, waitFor
 - 
Methods 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
 
- 
 
- 
- 
- 
Field Detail- 
RESOURCES_RUNTIME_DIRpublic static final java.lang.String RESOURCES_RUNTIME_DIR - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
DownloadRuntimeSteppublic DownloadRuntimeStep(LaunchContextImpl context) 
 
- 
 - 
Method Detail- 
getDescriptionKeypublic java.lang.String getDescriptionKey() - Specified by:
- getDescriptionKeyin class- BaseStep
 
 - 
runpublic void run() throws java.lang.Exception- Throws:
- java.lang.Exception
 
 
- 
 
-