Home
last modified time | relevance | path

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

/thrift-3.4.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
DAbstractThriftMojo.java182 .addThriftPathElements(derivedThriftPathElements) in execute()
183 .addThriftPathElements(asList(additionalThriftPathElements)) in execute()
DThrift.java245 public Builder addThriftPathElements(Iterable<File> thriftPathElements) { in addThriftPathElements() method in Thrift.Builder