MCPcopy Index your code
hub / github.com/cloudfoundry/java-buildpack / GroovyContainer

Struct GroovyContainer

src/java/containers/groovy.go:12–15  ·  view source on GitHub ↗

GroovyContainer handles Groovy script applications

Source from the content-addressed store, hash-verified

10
11// GroovyContainer handles Groovy script applications
12type GroovyContainer struct {
13 context *common.Context
14 groovyScripts []string
15}
16
17// NewGroovyContainer creates a new Groovy container
18func NewGroovyContainer(ctx *common.Context) *GroovyContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected