public class ConflictDescription extends Object
getResolvedDescription() in order to get a simple string.| Constructor and Description |
|---|
ConflictDescription(String description)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(String key,
Object value)
Add a place holder.
|
String |
getDescription()
Get description with placeholders unreplaced.
|
String |
getImage()
Return name of image.
|
String |
getResolvedDescription()
Resolves description, by replacing the placeholders with it's values.
|
Map<String,Object> |
getValues()
Returns values for placeholders.
|
void |
setDecisionManager(DecisionManager decisionManager)
Sets the decisionManager.
|
void |
setDescription(String description)
Set description.
|
void |
setImage(String name)
Set image.
|
public ConflictDescription(String description)
description - descriptionpublic void add(String key, Object value)
key - keyvalue - valuepublic String getDescription()
getResolvedDescription()public String getImage()
public void setImage(String name)
name - name of filepublic void setDescription(String description)
description - textpublic String getResolvedDescription()
public void setDecisionManager(DecisionManager decisionManager)
decisionManager - manager.Copyright © 2017. All rights reserved.