Searched refs:setBootClassPath (Results 1 – 3 of 3) sorted by relevance
144 .setBootClassPath(ImmutableList.of()) in builder()171 public abstract Builder setBootClassPath(ImmutableList<String> bootClassPath); in setBootClassPath() method in TurbineOptions.Builder176 return setBootClassPath(ImmutableList.copyOf(sources)); in addBootClassPathEntries()
85 builder.setBootClassPath(readList(argumentDeque)); in parse()
70 options.setBootClassPath( in optionsWithBootclasspath()