Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
testData
Method · 0.95
Calls
2
asUrl
Method · 0.95
add
Method · 0.45
Tested by
2
main
Method · 0.76
testData
Method · 0.76