Package org.sonar.java.model
Class SmapFile
- java.lang.Object
-
- org.sonar.java.model.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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SmapFile
fromPath(Path sourceMapPath, Path uriRoot)
Path
getGeneratedFile()
Path
getUriRoot()
String
toString()
-