java.lang.Object
org.sonarsource.scanner.lib.internal.cache.FileCache

public class FileCache extends Object
This class is responsible for managing Sonar batch file cache. You can put file into cache and later try to retrieve them. The checksum is used to differentiate files (name is not secure as files may come from different Sonar servers and have same name but be actually different, and same for SNAPSHOTs).
  • Method Details