Class SmapFile


  • public class SmapFile
    extends Object
    SMAP format is described by JSR 45 JSR 45 defines more generic format supporting translation from multiple languages, here we implement only subset used by Jasper for JSP to Java translation.

    We expect only single JSP stratum, with single FileSection and LineSection. Moreover only single file is expected in FileSection

    • Constructor Detail

      • SmapFile

        public SmapFile​(Path rootDir,
                        String smapString,
                        Path uriRoot,
                        org.sonar.api.batch.fs.FileSystem fileSystem)
    • Method Detail

      • getGeneratedFile

        public Path getGeneratedFile()