reports/Builder__ReportSourceInfo.st
changeset 263 44b4bd0b1cd8
parent 252 0543437ef38a
equal deleted inserted replaced
262:0b353904ad54 263:44b4bd0b1cd8
    45 
    45 
    46 forExtensionsInPackage: pkg
    46 forExtensionsInPackage: pkg
    47     ^ ReportExtensionsSourceInfo new initializeWithPackage: pkg
    47     ^ ReportExtensionsSourceInfo new initializeWithPackage: pkg
    48 
    48 
    49     "Created: / 29-07-2013 / 18:37:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    49     "Created: / 29-07-2013 / 18:37:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
    50 ! !
       
    51 
       
    52 !ReportSourceInfo methodsFor:'accessing'!
       
    53 
       
    54 pathNameAbsolute: aBoolean
       
    55     "Return a path (as String) to file containing the source code. The file points to the
       
    56      real source file. If `aBoolean` is true, then absolute path is returned, otherwise
       
    57      realtive path to package root is returned."  
       
    58 
       
    59     ^ self subclassResponsibility
       
    60 
       
    61     "Created: / 16-12-2014 / 10:25:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
    50 ! !
    62 ! !
    51 
    63 
    52 !ReportSourceInfo methodsFor:'initialization'!
    64 !ReportSourceInfo methodsFor:'initialization'!
    53 
    65 
    54 setup
    66 setup