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

Struct DistZipContainer

src/java/containers/dist_zip.go:13–16  ·  view source on GitHub ↗

DistZipContainer handles distribution ZIP applications (applications with bin/ and lib/ structure, typically from Gradle's distZip)

Source from the content-addressed store, hash-verified

11// DistZipContainer handles distribution ZIP applications
12// (applications with bin/ and lib/ structure, typically from Gradle's distZip)
13type DistZipContainer struct {
14 context *common.Context
15 startScript string
16}
17
18// NewDistZipContainer creates a new Dist ZIP container
19func NewDistZipContainer(ctx *common.Context) *DistZipContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected