MCPcopy Index your code
hub / github.com/antlr/codebuff / getRootDirURL

Method getRootDirURL

output/java8/1.4.12/STGroup.java:778–780  ·  view source on GitHub ↗

Return root dir if this is group dir; return dir containing group file if this is group file. This is derived from original incoming dir or filename. If it was absolute, this should come back as full absolute path. If only a URL is available, return URL of one dir up.

()

Source from the content-addressed store, hash-verified

776 */
777
778 public URL getRootDirURL() {
779 return null;
780 }
781
782 public URL getURL(String fileName) {
783 URL url;

Callers 1

importTemplatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected