Package liquibase.changelog.filter
Class CountChangeSetFilter
java.lang.Object
liquibase.changelog.filter.CountChangeSetFilter
- All Implemented Interfaces:
ChangeSetFilter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CountChangeSetFilter
public CountChangeSetFilter(int changeSetsToAllow)
-
-
Method Details
-
accepts
- Specified by:
accepts
in interfaceChangeSetFilter
-
getMdcName
- Specified by:
getMdcName
in interfaceChangeSetFilter
- Returns:
- a descriptive name for the filter, which will be used in the MDC entries for this filter
-
getDisplayName
- Specified by:
getDisplayName
in interfaceChangeSetFilter
- Returns:
- a descriptive name for the filter, which will be used in the update show-summary feature, see
ShowSummaryUtil
for usages
-