Package com.microsoft.thrifty.gradle
Interface ThriftSourceDirectory
public interface ThriftSourceDirectory
Represents a pattern-filterable source directory.
Pattern syntax is as in
PatternFilterable.-
Method Summary
-
Method Details
-
include
Includes all files described by the given pattern. -
exclude
Excludes all files described by the given pattern. Exclusions take precedence over inclusions.
-