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

Method getScratchDir

java/org/apache/jasper/Options.java:121–121  ·  view source on GitHub ↗

Returns the scratch directory used as the work folder for temporary compilation files. @return the work folder

()

Source from the content-addressed store, hash-verified

119 * @return the work folder
120 */
121 File getScratchDir();
122
123 /**
124 * Returns the classpath used by the compiler when compiling generated Servlets.

Callers 5

createOutputDirMethod · 0.65
initClassPathMethod · 0.65
generateClassMethod · 0.65
generateClassMethod · 0.65
initMethod · 0.65

Implementers 2

JspCjava/org/apache/jasper/JspC.java
EmbeddedServletOptionsjava/org/apache/jasper/EmbeddedServlet

Calls

no outgoing calls

Tested by

no test coverage detected