Searched defs:processorPath (Results 1 – 2 of 2) sorted by relevance
74 public abstract ImmutableList<String> processorPath(); in processorPath() method in TurbineOptions163 public abstract Builder setProcessorPath(ImmutableList<String> processorPath); in setProcessorPath()
420 ImmutableList<String> processorPath, ImmutableSet<String> builtinProcessors) in processorLoader()