Interface ResourceFilter


  • public interface ResourceFilter
    Filter predicate to determine which scanned resources should be returned.
    • Method Detail

      • isMatch

        boolean isMatch​(String resourceName)
        Return true if this resource should be included in the scan result.