Interface ThriftSourceDirectory


public interface ThriftSourceDirectory
Represents a pattern-filterable source directory. Pattern syntax is as in PatternFilterable.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    exclude(String pattern)
    Excludes all files described by the given pattern.
    void
    include(String pattern)
    Includes all files described by the given pattern.
  • Method Details

    • include

      void include(String pattern)
      Includes all files described by the given pattern.
    • exclude

      void exclude(String pattern)
      Excludes all files described by the given pattern. Exclusions take precedence over inclusions.