MCPcopy Create free account
hub / github.com/cloudfoundry/java-buildpack / Supply

Method Supply

src/java/jres/jre.go:36–36  ·  view source on GitHub ↗

Supply installs the JRE and its components (memory calculator, jvmkill)

()

Source from the content-addressed store, hash-verified

34
35 // Supply installs the JRE and its components (memory calculator, jvmkill)
36 Supply() error
37
38 // Finalize performs any final JRE configuration
39 Finalize() error

Callers 4

RunFunction · 0.65
installJREMethod · 0.65
installFrameworksMethod · 0.65
SupplyMethod · 0.65

Implementers 2

ZingJREsrc/java/jres/zing.go
BaseJREsrc/java/jres/base_jre.go

Calls

no outgoing calls

Tested by

no test coverage detected