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

Function newBaseJRE

src/java/jres/base_jre.go:33–43  ·  view source on GitHub ↗
(ctx *common.Context, jreName, jreKey string, dirPrefixes, dirExacts []string, installErrNote string)

Source from the content-addressed store, hash-verified

31}
32
33func newBaseJRE(ctx *common.Context, jreName, jreKey string, dirPrefixes, dirExacts []string, installErrNote string) BaseJRE {
34 return BaseJRE{
35 ctx: ctx,
36 jreDir: filepath.Join(ctx.Stager.DepDir(), "jre"),
37 jreName: jreName,
38 jreKey: jreKey,
39 dirPrefixes: dirPrefixes,
40 dirExacts: dirExacts,
41 installErrNote: installErrNote,
42 }
43}
44
45func (b *BaseJRE) Name() string {
46 return b.jreName

Callers 6

NewGraalVMJREFunction · 0.85
NewZuluJREFunction · 0.85
NewSapMachineJREFunction · 0.85
NewOpenJDKJREFunction · 0.85
NewIBMJREFunction · 0.85
NewOracleJREFunction · 0.85

Calls 1

DepDirMethod · 0.65

Tested by

no test coverage detected