public class SCMFileChangeFilters
extends java.lang.Object
| Constructor and Description |
|---|
SCMFileChangeFilters() |
| Modifier and Type | Method and Description |
|---|---|
static SCMFileChangeFilters |
create() |
SCMFileChangeFilters |
remove(java.lang.String name) |
SCMFileChangeFilters |
save(SCMFileChangeFilter filter) |
protected SCMFileChangeFilters |
with(java.util.function.Consumer<java.util.Map<java.lang.String,SCMFileChangeFilter>> action) |
public static SCMFileChangeFilters create()
public SCMFileChangeFilters save(SCMFileChangeFilter filter)
public SCMFileChangeFilters remove(java.lang.String name)
protected SCMFileChangeFilters with(java.util.function.Consumer<java.util.Map<java.lang.String,SCMFileChangeFilter>> action)