Module ca.on.oicr.gsi.shesmu
Package ca.on.oicr.gsi.shesmu.plugin
Interface SourceLocation.SourceLocationLinker
- Enclosing class:
- SourceLocation
public static interface SourceLocation.SourceLocationLinker
Finder of associated URLs (e.g., GitHub URLs) for a particular input file
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SourceLocation.SourceLocationLinker
A finder that never produces a URL -
Method Summary
-
Field Details
-
EMPTY
A finder that never produces a URL
-
-
Method Details
-
sourceUrl
Find an associated URL- Parameters:
localFilePath
- the full path to the olive file on local diskline
- the line numbercolumn
- the column numberhash
- the compilation hash- Returns:
- a stream of possible URLs for this location
-