Package com.atlassian.diagnostics.util
Class CallingBundleResolver
java.lang.Object
com.atlassian.diagnostics.util.CallingBundleResolver
Retrieves the OSGI bundle or plugin that's calling into the current code path from OSGI.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CallingBundleResolver
public CallingBundleResolver()
-
-
Method Details
-
getCallingBundle
- Returns:
- the calling plugin, or
Optional.empty()if not currently called from a plugin
-