Searched defs:directJars (Results 1 – 3 of 3) sorted by relevance
256 ImmutableSet<String> directJars = ImmutableSet.of(); in unreducedClasspathTest() local271 ImmutableSet<String> directJars = ImmutableSet.of("c.jar", "d.jar", "g.jar"); in reducedClasspathTest() local
103 public abstract ImmutableSet<String> directJars(); in directJars() method in TurbineOptions246 public Builder addDirectJars(Iterable<String> directJars) { in addDirectJars()
192 ImmutableSet<String> directJars, in reduceClasspath()