diff -r 0b353904ad54 -r 44b4bd0b1cd8 reports/Builder__ReportSourceInfo.st --- 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 " ! ! +!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 " +! ! + !ReportSourceInfo methodsFor:'initialization'! setup