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

    • Method Detail

      • fromPath

        public static SmapFile fromPath​(Path sourceMapPath,
                                        Path uriRoot)
      • getUriRoot

        public Path getUriRoot()
      • getGeneratedFile

        public Path getGeneratedFile()