public class BreadcrumbManager extends Object
Constructor and Description |
---|
BreadcrumbManager() |
Modifier and Type | Method and Description |
---|---|
void |
addCaller(String caller,
String callee)
Adds a link between a caller id a callee id.
|
String |
getCaller(String callee)
Returns the id of the caller for a given callee id.
|
static BreadcrumbManager |
getInstance() |
void |
removeCaller(String callee)
Removes the caller id of the callee from the breadcrumb manager
|
public static BreadcrumbManager getInstance()
public void addCaller(String caller, String callee)
caller
- callee
- public String getCaller(String callee)
callee
- public void removeCaller(String callee)
callee
-