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

Method STGroupFile

output/java8/1.4.13/STGroupFile.java:59–61  ·  view source on GitHub ↗

Load a file relative to current directory or from root or via CLASSPATH.

(String fileName)

Source from the content-addressed store, hash-verified

57 /** Load a file relative to current directory or from root or via CLASSPATH. */
58
59 public STGroupFile(String fileName) {
60 this(fileName, '<', '>');
61 }
62 public STGroupFile(String fileName, char delimiterStartChar, char delimiterStopChar) {
63 super(delimiterStartChar, delimiterStopChar);
64 if ( !fileName.endsWith(GROUP_FILE_EXTENSION) ) {

Callers

nothing calls this directly

Calls 1

getURLMethod · 0.45

Tested by

no test coverage detected