MCPcopy Create free account
hub / github.com/antlr/codebuff / getRootDirURL

Method getRootDirURL

output/java/1.4.19/STGroup.java:808–810  ·  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

806 */
807
808 public URL getRootDirURL() {
809 return null;
810 }
811
812 public URL getURL(String fileName) {
813 URL url;

Callers 1

importTemplatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected