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

Method setCompilerSourceVM

java/org/apache/jasper/JspC.java:809–811  ·  view source on GitHub ↗

Sets the compiler source VM. @param vm New value @see Options#getCompilerSourceVM()

(String vm)

Source from the content-addressed store, hash-verified

807 * @see Options#getCompilerSourceVM()
808 */
809 public void setCompilerSourceVM(String vm) {
810 compilerSourceVM = vm;
811 }
812
813 @Override
814 public TldCache getTldCache() {

Callers 1

setArgsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected