Class CacheStep
java.lang.Object
com.inductiveautomation.ignition.client.launch.steps.AbstractLaunchStep
com.inductiveautomation.ignition.client.launch.steps.BaseStep
com.inductiveautomation.ignition.client.launch.steps.CacheStep
- All Implemented Interfaces:
- LaunchStep
Second Step.
 
- Calculates the gateway specific cache directory based on the LaunchContext.getGatewayAddresss() that was set during the ConnectStep, sets this as LaunchContext.setGwCachedir()
- Calculates the diff between the downloaded LaunchManifest and what is present in the GwCacheDir, records this in Context.setDownloadRequiredManifest()
- 
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- 
CacheStep
 
- 
- 
Method Details- 
getDescriptionKey- Specified by:
- getDescriptionKeyin class- BaseStep
 
- 
run- Throws:
- Exception
 
- 
getCacheId
- 
releaseCacheIdpublic static void releaseCacheId()
 
-