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

Struct SpringBootCLIContainer

src/java/containers/spring_boot_cli.go:12–16  ·  view source on GitHub ↗

SpringBootCLIContainer handles Spring Boot CLI applications

Source from the content-addressed store, hash-verified

10
11// SpringBootCLIContainer handles Spring Boot CLI applications
12type SpringBootCLIContainer struct {
13 context *common.Context
14 groovyFiles []string
15 groovyUtils *GroovyUtils
16}
17
18// NewSpringBootCLIContainer creates a new Spring Boot CLI container
19func NewSpringBootCLIContainer(ctx *common.Context) *SpringBootCLIContainer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected