Home
last modified time | relevance | path

Searched refs:thriftPath (Results 1 – 1 of 1) sorted by relevance

/thrift-3.4.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
DThrift.java65 private Thrift(String executable, String generator, ImmutableSet<File> thriftPath, in Thrift() argument
69 this.thriftPathElements = checkNotNull(thriftPath, "thriftPath"); in Thrift()