Package org.pentaho.di.ui.spoon
Class BreadcrumbManager
java.lang.Object
org.pentaho.di.ui.spoon.BreadcrumbManager
A class to manage breadcrumbing so that we know which document/tab/perspective opened a given document.
- Author:
- jamesdixon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a link between a caller id a callee id.Returns the id of the caller for a given callee id.static BreadcrumbManager
void
removeCaller
(String callee) Removes the caller id of the callee from the breadcrumb manager
-
Constructor Details
-
BreadcrumbManager
public BreadcrumbManager()
-
-
Method Details
-
getInstance
-
addCaller
Adds a link between a caller id a callee id.- Parameters:
caller
-callee
-
-
getCaller
Returns the id of the caller for a given callee id. Will return null if there is no caller registered for the callee id.- Parameters:
callee
-- Returns:
-
removeCaller
Removes the caller id of the callee from the breadcrumb manager- Parameters:
callee
-
-