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

Method addIU

src/main/java/com/diffplug/gradle/p2/P2Model.java:114–116  ·  view source on GitHub ↗
(String iu)

Source from the content-addressed store, hash-verified

112 }
113
114 public void addIU(String iu) {
115 ius.add(iu);
116 }
117
118 public void addIU(String iu, String version) {
119 ius.add(iu + "/" + version);

Callers 7

testDataMethod · 0.95
testMethod · 0.95
p2modelMethod · 0.95
addFeatureMethod · 0.95
p2modelMethod · 0.95
ConventionStyleMethod · 0.80
requireIUsMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 2

testDataMethod · 0.76
testMethod · 0.76