Class ApplicationContentFilter
java.lang.Object
org.springframework.boot.loader.tools.layer.ApplicationContentFilter
- All Implemented Interfaces:
ContentFilter<String>
ContentFilter that matches application items based on an Ant-style path
pattern.- Since:
- 2.3.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ApplicationContentFilter
-
-
Method Details
-
matches
Description copied from interface:ContentFilterReturn if the filter matches the specified item.- Specified by:
matchesin interfaceContentFilter<String>- Parameters:
path- the item to test- Returns:
- if the filter matches
-