Searched refs:sourceJars (Results 1 – 3 of 3) sorted by relevance
94 public abstract ImmutableList<String> sourceJars(); in sourceJars() method in TurbineOptions215 public abstract Builder setSourceJars(ImmutableList<String> sourceJars); in setSourceJars() argument
85 assertThat(options.sourceJars()) in exhaustiveArgs()
315 for (String sourceJar : options.sourceJars()) { in parseAll()