MCPcopy Index your code
hub / github.com/apache/tomcat / setOutputDir

Method setOutputDir

java/org/apache/jasper/JspC.java:1084–1090  ·  view source on GitHub ↗

Sets the output directory for generated files. @param s Output directory path

(String s)

Source from the content-addressed store, hash-verified

1082 * @param s Output directory path
1083 */
1084 public void setOutputDir(String s) {
1085 if (s != null) {
1086 scratchDir = resolveFile(s).getAbsoluteFile();
1087 } else {
1088 scratchDir = null;
1089 }
1090 }
1091
1092 /**
1093 * Sets the package name to be used for the generated servlet classes.

Callers 2

setArgsMethod · 0.95
precompileMethod · 0.80

Calls 1

resolveFileMethod · 0.95

Tested by 1

precompileMethod · 0.64