public class DefaultDiffEvalContext extends Object implements DiffEvalContext
| Constructor and Description |
|---|
DefaultDiffEvalContext() |
DefaultDiffEvalContext(DiffEvalContext other) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getLocalVars() |
Predicate<String> |
getPathFilter() |
Object |
getSource() |
List<DiffCommand> |
getSupportedCommands() |
Object |
getTarget() |
Map<String,Object> |
getUserProperties() |
boolean |
isDefaultPathFilterEnabled() |
boolean |
isVerbose() |
void |
pathFilter(Predicate<String> pathFilter) |
void |
setDefaultPathFilterEnabled(boolean defaultPathFilterEnabled) |
void |
setLocalVars(Map<String,Object> localVars) |
void |
setPathFilter(Predicate<String> pathFilter) |
void |
setSource(Object source) |
void |
setSupportedCommands(List<DiffCommand> commands) |
void |
setTarget(Object target) |
void |
setUserProperties(Map<String,Object> userProperties) |
void |
setVerbose(boolean verbose) |
public DefaultDiffEvalContext()
public DefaultDiffEvalContext(DiffEvalContext other)
public Predicate<String> getPathFilter()
getPathFilter in interface DiffEvalContextpublic boolean isDefaultPathFilterEnabled()
isDefaultPathFilterEnabled in interface DiffEvalContextpublic void setDefaultPathFilterEnabled(boolean defaultPathFilterEnabled)
public void setVerbose(boolean verbose)
public void setSupportedCommands(List<DiffCommand> commands)
public List<DiffCommand> getSupportedCommands()
getSupportedCommands in interface DiffEvalContextpublic boolean isVerbose()
isVerbose in interface DiffEvalContextpublic Map<String,Object> getUserProperties()
getUserProperties in interface DiffEvalContextpublic Object getSource()
getSource in interface DiffEvalContextpublic void setSource(Object source)
public Object getTarget()
getTarget in interface DiffEvalContextpublic void setTarget(Object target)
public Map<String,Object> getLocalVars()
getLocalVars in interface DiffEvalContextCopyright © 2022 vpc open source initiative. All rights reserved.