Package org.openhab.core.service
Class ReadyMarkerUtils
java.lang.Object
org.openhab.core.service.ReadyMarkerUtils
Utilities for the ready maker usage.
- Author:
- Markus Rathgeb - Initial contribution
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
debugString
(org.osgi.framework.Bundle bundle) Provides a string to debug bundle information.static String
getIdentifier
(org.osgi.framework.Bundle bundle) Gets an identifier for a bundle.
-
Constructor Details
-
ReadyMarkerUtils
public ReadyMarkerUtils()
-
-
Method Details
-
getIdentifier
Gets an identifier for a bundle.- Parameters:
bundle
- the bundle- Returns:
- an identifier
-
debugString
Provides a string to debug bundle information.- Parameters:
bundle
- the bundle- Returns:
- a debug string
-