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

Method Name

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

Name returns the name of this JRE provider (e.g., "OpenJDK", "Zulu")

()

Source from the content-addressed store, hash-verified

28type JRE interface {
29 // Name returns the name of this JRE provider (e.g., "OpenJDK", "Zulu")
30 Name() string
31
32 // Detect returns true if this JRE should be used
33 Detect() (bool, error)

Implementers 2

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

Calls

no outgoing calls

Tested by 1

groovyFileFunction · 0.52