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

Method Detect

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

Detect returns true if this framework should be included Returns the framework name and version if detected

()

Source from the content-addressed store, hash-verified

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

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