Interface PackageFilter

All Known Implementing Classes:
DefaultPackageFilter

@InternalApi public interface PackageFilter
A filter for checking whether a Package should be excluded from processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if given package is excluded.
  • Method Details

    • isExcluded

      boolean isExcluded(Package pkg)
      Checks if given package is excluded.
      Parameters:
      pkg - package to check
      Returns:
      true if package should be excluded, false otherwise