if the given rule doesn't apply to the source file, implementation must return null. SourceFileScanner will then omit the source file in question.
@param sourceFileName the name of the source file relative tosome given basedirectory.The default implementation just constructs an apsolute path by adding the file name to volume bas directory. @param fname File name to map @return An absolute path to the file @throws FileNotFoundException if there is no file with the given name
|
|
|
|