Class SourceGlobFilter

java.lang.Object
io.github.ascopes.protobufmavenplugin.sources.SourceGlobFilter

public final class SourceGlobFilter extends Object
Filter for source files to allow including and excluding based on glob patterns.
Author:
Ashley Scopes
  • Constructor Details

    • SourceGlobFilter

      public SourceGlobFilter()
    • SourceGlobFilter

      public SourceGlobFilter(List<String> includes, List<String> excludes)
  • Method Details

    • matches

      public boolean matches(Path relativeRoot, Path file)