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

Struct JavaOptsFramework

src/java/frameworks/java_opts.go:12–14  ·  view source on GitHub ↗

JavaOptsFramework implements custom JAVA_OPTS configuration

Source from the content-addressed store, hash-verified

10
11// JavaOptsFramework implements custom JAVA_OPTS configuration
12type JavaOptsFramework struct {
13 context *common.Context
14}
15
16// JavaOptsConfig represents the java_opts.yml configuration
17type JavaOptsConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected