Package pl.project13.core
Class PropertiesFilterer
java.lang.Object
pl.project13.core.PropertiesFilterer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter(Properties properties, @Nullable List<String> inclusions, String prefixDot) voidfilterNot(Properties properties, @Nullable List<String> exclusions, String prefixDot) static booleanisIncluded(String keyWithPrefix, @Nullable List<String> inclusions, @Nullable List<String> exclusions)
-
Constructor Details
-
PropertiesFilterer
-
-
Method Details
-
filterNot
-
filter
-
isIncluded
-