MCPcopy Create free account
hub / github.com/diffplug/goomph / addMetadataRepo

Method addMetadataRepo

src/main/java/com/diffplug/gradle/p2/P2Model.java:148–150  ·  view source on GitHub ↗
(String repo)

Source from the content-addressed store, hash-verified

146 }
147
148 public void addMetadataRepo(String repo) {
149 metadataRepos.add(repo);
150 }
151
152 public void addMetadataRepo(File repo) {
153 addMetadataRepo(FileMisc.asUrl(repo));

Callers 2

mainMethod · 0.95
testDataMethod · 0.95

Calls 2

asUrlMethod · 0.95
addMethod · 0.45

Tested by 2

mainMethod · 0.76
testDataMethod · 0.76