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

Method Detect

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

Detect returns true if this JRE should be used

()

Source from the content-addressed store, hash-verified

31
32 // Detect returns true if this JRE should be used
33 Detect() (bool, error)
34
35 // Supply installs the JRE and its components (memory calculator, jvmkill)
36 Supply() error

Callers 4

jre_test.goFile · 0.65
openjdk_test.goFile · 0.65
DetectMethod · 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