MCPcopy Create free account
hub / github.com/GateNLP/gate-core / setSiteConfigFile

Method setSiteConfigFile

src/main/java/gate/Gate.java:804–806  ·  view source on GitHub ↗

Set the site config file (e.g. during command-line processing).

(File siteConfigFile)

Source from the content-addressed store, hash-verified

802
803 /** Set the site config file (e.g. during command-line processing). */
804 public static void setSiteConfigFile(File siteConfigFile) {
805 Gate.siteConfigFile = siteConfigFile;
806 } // setSiteConfigFile
807
808 /** Shorthand for local newline */
809 private static String nl = Strings.getNl();

Callers 1

processArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected