Searched refs:setProcessorPath (Results 1 – 2 of 2) sorted by relevance
145 .setProcessorPath(ImmutableList.of()) in builder()194 return setProcessorPath(ImmutableList.copyOf(processorPath)); in addProcessorPathEntries()197 public abstract Builder setProcessorPath(ImmutableList<String> processorPath); in setProcessorPath() method in TurbineOptions.Builder
79 builder.setProcessorPath(readList(argumentDeque)); in parse()