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

Method AllDependencyVersions

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

Source from the content-addressed store, hash-verified

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

Callers 4

SupplyMethod · 0.65
supply_test.goFile · 0.65
SupplyMethod · 0.65
GetJREVersionFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected