Searched refs:processorPath (Results 1 – 5 of 5) sorted by relevance
420 ImmutableList<String> processorPath, ImmutableSet<String> builtinProcessors) in processorLoader() argument422 if (processorPath.isEmpty()) { in processorLoader()426 toUrls(processorPath), in processorLoader()451 private static URL[] toUrls(ImmutableList<String> processorPath) throws MalformedURLException {452 URL[] urls = new URL[processorPath.size()];454 for (String path : processorPath) {
74 public abstract ImmutableList<String> processorPath(); in processorPath() method in TurbineOptions163 public abstract Builder setProcessorPath(ImmutableList<String> processorPath); in setProcessorPath() argument
92 assertThat(options.processorPath()).containsExactly("libproc1.jar", "libproc2.jar").inOrder(); in exhaustiveArgs()144 assertThat(options.processorPath()) in classpathArgs()166 assertThat(options.processorPath()) in repeatedClasspath()
61 processorPath(useClasspath: "false") {
268 /* processorPath= */ options.processorPath(), in bind()