Class DefaultFileSystem.Cache

  • All Implemented Interfaces:
    org.sonar.api.batch.fs.FileSystem.Index
    Enclosing class:
    DefaultFileSystem

    public abstract static class DefaultFileSystem.Cache
    extends java.lang.Object
    implements org.sonar.api.batch.fs.FileSystem.Index
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract void doAdd​(org.sonar.api.batch.fs.InputFile inputFile)  
      protected abstract java.util.SortedSet<java.lang.String> languages()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.sonar.api.batch.fs.FileSystem.Index

        getFilesByExtension, getFilesByName, inputFile, inputFiles
    • Constructor Detail

      • Cache

        public Cache()
    • Method Detail

      • doAdd

        protected abstract void doAdd​(org.sonar.api.batch.fs.InputFile inputFile)
      • languages

        protected abstract java.util.SortedSet<java.lang.String> languages()