java.lang.Object
de.tracetronic.jenkins.plugins.ecutest.tool.client.CacheClient

public class CacheClient extends Object
Client to generate ecu.test caches via COM interface.
  • Constructor Details

    • CacheClient

      public CacheClient(Caches.CacheType type, String filePath, String dbChannel, boolean clear)
      Instantiates a new CacheClient.
      Parameters:
      type - the cache type
      filePath - the database file path
      dbChannel - the database channel
      clear - specifies whether to clear all caches
  • Method Details