Searched defs:processorPath (Results 1 – 2 of 2) sorted by relevance
85 public abstract ImmutableList<String> processorPath(); in processorPath() method in TurbineOptions193 public Builder addProcessorPathEntries(Iterable<String> processorPath) { in addProcessorPathEntries()197 public abstract Builder setProcessorPath(ImmutableList<String> processorPath); in setProcessorPath()
363 ImmutableList<String> processorPath, in initializeProcessors()446 private static URL[] toUrls(ImmutableList<String> processorPath) throws MalformedURLException { in toUrls()