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

Struct PlayContainer

src/java/containers/play.go:13–19  ·  view source on GitHub ↗

PlayContainer represents a Play Framework application container

Source from the content-addressed store, hash-verified

11
12// PlayContainer represents a Play Framework application container
13type PlayContainer struct {
14 context *common.Context
15 playType string // "pre22_dist", "pre22_staged", "post22_dist", "post22_staged"
16 playVersion string
17 startScript string
18 libDir string
19}
20
21// NewPlayContainer creates a new Play Framework container
22func NewPlayContainer(ctx *common.Context) *PlayContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected