Class DownloadJarsStep
java.lang.Object
com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
com.inductiveautomation.ignition.client.launch.steps.BaseStep
com.inductiveautomation.ignition.client.launch.steps.DownloadJarsStep
- All Implemented Interfaces:
- LaunchStep
Third step.
 
- For each jar described in LaunchContext.getDownloadRequiredManifest():
- Downloads *.pack.gz file from gateway into gw cache dir
- Check CRC32 checksum of downloaded packed file against manifest
- Unpacks file to *.jar file in gw cache dir
- Records 16 bytes to *.chk file, CRC32 of packed jar with CRC32 of unpacked jar.
- 
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 SummaryMethods 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- 
DownloadJarsStep
 
- 
- 
Method Details- 
getDescriptionKey- Specified by:
- getDescriptionKeyin class- BaseStep
 
- 
run- Throws:
- Exception
 
 
-