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