|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.client.model.changeTracking.merging.util.DescriptionProvider
public class DescriptionProvider
Key-Value-Store for conflict descriptions.
| Constructor Summary | |
|---|---|
DescriptionProvider()
Default constructor. |
|
DescriptionProvider(String prefix)
Default constructor. |
|
| Method Summary | |
|---|---|
String |
getDescription(String key)
Returns a description for given key. |
void |
setPrefix(String prefix)
Set a prefix for all keys. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescriptionProvider(String prefix)
prefix - prefix for all keyspublic DescriptionProvider()
| Method Detail |
|---|
public String getDescription(String key)
key - key
public void setPrefix(String prefix)
prefix - prefix, can be null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||