Package com.atlassian.webresource.api
Interface WebResourceFilter
public interface WebResourceFilter
An interface for filtering web resources. It is used as inputs to
WebResourceManager methods to filter
resources that are returned.- Since:
- 6.3.0
-
Method Summary
-
Method Details
-
matches
Returns true if this filter supports the inclusion of the given resource.- Parameters:
resourceName- name of the resource- Returns:
- true if the filter includes this resource, false otherwise
-