MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / tomcatDir

Method tomcatDir

src/java/containers/tomcat.go:612–614  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

610}
611
612func (t *TomcatContainer) tomcatDir() string {
613 return filepath.Join(t.context.Stager.DepDir(), "tomcat")
614}
615
616func (t *TomcatContainer) loadConfig() (*tomcatConfig, error) {
617 tConfig := tomcatConfig{

Callers 5

SupplyMethod · 0.95
FinalizeMethod · 0.95

Calls 1

DepDirMethod · 0.65

Tested by

no test coverage detected