reports/Builder__ReportSourceInfo.st
changeset 263 44b4bd0b1cd8
parent 252 0543437ef38a
--- a/reports/Builder__ReportSourceInfo.st	Mon Dec 15 12:36:39 2014 +0100
+++ b/reports/Builder__ReportSourceInfo.st	Tue Dec 16 11:29:50 2014 +0100
@@ -49,6 +49,18 @@
     "Created: / 29-07-2013 / 18:37:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!ReportSourceInfo methodsFor:'accessing'!
+
+pathNameAbsolute: aBoolean
+    "Return a path (as String) to file containing the source code. The file points to the
+     real source file. If `aBoolean` is true, then absolute path is returned, otherwise
+     realtive path to package root is returned."  
+
+    ^ self subclassResponsibility
+
+    "Created: / 16-12-2014 / 10:25:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !ReportSourceInfo methodsFor:'initialization'!
 
 setup