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

Function NewJVMKillAgent

src/java/jres/jvmkill.go:22–28  ·  view source on GitHub ↗

NewJVMKillAgent creates a new JVMKill agent

(ctx *common.Context, jreDir, jreVersion string)

Source from the content-addressed store, hash-verified

20
21// NewJVMKillAgent creates a new JVMKill agent
22func NewJVMKillAgent(ctx *common.Context, jreDir, jreVersion string) *JVMKillAgent {
23 return &JVMKillAgent{
24 ctx: ctx,
25 jreDir: jreDir,
26 jreVersion: jreVersion,
27 }
28}
29
30// Name returns the component name
31func (j *JVMKillAgent) Name() string {

Callers 2

SupplyMethod · 0.85
FinalizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected