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

Method DefaultVersion

src/java/common/context.go:34–34  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

32type Manifest interface {
33 AllDependencyVersions(string) []string
34 DefaultVersion(string) (libbuildpack.Dependency, error)
35 GetEntry(libbuildpack.Dependency) (*libbuildpack.ManifestEntry, error)
36}
37

Callers 15

SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65
SupplyMethod · 0.65

Implementers 2

MockManifestsrc/internal/mocks/mocks.go
MockManifestMockRecordersrc/internal/mocks/mocks.go

Calls

no outgoing calls

Tested by

no test coverage detected