Home
last modified time | relevance | path

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

/thrift-3.4.0/contrib/thrift-maven-plugin/src/main/java/org/apache/thrift/maven/
DThrift.java111 for (File thriftPathElement : thriftPathElements) { in buildThriftCommand()
113 command.add(thriftPathElement.toString()); in buildThriftCommand()
235 public Builder addThriftPathElement(File thriftPathElement) { in addThriftPathElement() argument
236 checkNotNull(thriftPathElement); in addThriftPathElement()
237 checkArgument(thriftPathElement.isDirectory()); in addThriftPathElement()
238 thriftPathElements.add(thriftPathElement); in addThriftPathElement()
246 for (File thriftPathElement : thriftPathElements) { in addThriftPathElements()
247 addThriftPathElement(thriftPathElement); in addThriftPathElements()