All Known Implementing Classes:
Caches

public interface ComCaches
Represents the ecu.test specific COMCaches API.
  • Method Details

    • getA2lCache

      ComCache getA2lCache() throws ETComException
      Provides access to A2L cache files.
      Returns:
      the A2l cache object
      Throws:
      ETComException - in case of a COM exception
    • getElfCache

      ComCache getElfCache() throws ETComException
      Provides access to ELF cache files.
      Returns:
      the ELF cache object
      Throws:
      ETComException - in case of a COM exception
    • getBusCache

      ComCache getBusCache() throws ETComException
      Provides access to bus cache files.
      Returns:
      the bus cache object
      Throws:
      ETComException - in case of a COM exception
    • getModelCache

      ComCache getModelCache() throws ETComException
      Provides access to model cache files.
      Returns:
      the model cache object
      Throws:
      ETComException - in case of a COM exception
    • getServiceCache

      ComCache getServiceCache() throws ETComException
      Provides access to service cache files.
      Returns:
      the service cache object
      Throws:
      ETComException - in case of a COM exception