Class CacheStep

  • All Implemented Interfaces:
    LaunchStep

    public class CacheStep
    extends BaseStep
    Second Step.
    1. Calculates the gateway specific cache directory based on the LaunchContext.getGatewayAddresss() that was set during the ConnectStep, sets this as LaunchContext.setGwCachedir()
    2. Calculates the diff between the downloaded LaunchManifest and what is present in the GwCacheDir, records this in Context.setDownloadRequiredManifest()
    • Method Detail

      • run

        public void run()
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getCacheId

        public static java.lang.Integer getCacheId()
      • releaseCacheId

        public static void releaseCacheId()