Interface ClasspathAssetProtectionRule

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean block​(java.lang.String path)
      Tells whether the access to the resource with this path should be blocked or not.
    • Method Detail

      • block

        boolean block​(java.lang.String path)
        Tells whether the access to the resource with this path should be blocked or not. If this rule doesn't concern the given path, it should return false.