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

Interface Framework

src/java/frameworks/framework.go:18–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type Framework interface {
19 // Detect returns true if this framework should be included
20 // Returns the framework name and version if detected
21 Detect() (string, error)
22
23 // Supply installs the framework
24 Supply() error
25
26 // Finalize performs final framework configuration
27 Finalize() error
28}
29
30// Registry manages available frameworks
31type Registry struct {

Implementers 15

SpringAutoReconfigurationFrameworksrc/java/frameworks/spring_auto_reconf
ContrastSecurityAgentFrameworksrc/java/frameworks/contrast_security_
JmxFrameworksrc/java/frameworks/jmx.go
JavaOptsFrameworksrc/java/frameworks/java_opts.go
MetricWriterFrameworksrc/java/frameworks/metric_writer.go
IntroscopeAgentFrameworksrc/java/frameworks/introscope_agent.g
SealightsAgentFrameworksrc/java/frameworks/sealights_agent.go
ContainerSecurityProviderFrameworksrc/java/frameworks/container_security
SplunkOtelJavaAgentFrameworksrc/java/frameworks/splunk_otel_java_a
AspectJWeaverAgentFrameworksrc/java/frameworks/aspectj_weaver_age
DebugFrameworksrc/java/frameworks/debug.go
ElasticApmAgentFrameworksrc/java/frameworks/elastic_apm_agent.

Calls

no outgoing calls

Tested by

no test coverage detected