Package net.ssehub.easy.varModel
Class Bundle
java.lang.Object
net.ssehub.easy.varModel.Bundle
Stores data about the containing OSGi bundle (static bundle without activator).
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID
Stores the bundle ID.- See Also:
-
-
Constructor Details
-
Bundle
public Bundle()
-
-
Method Details
-
getLogger
Helper method for getting an Logger for a Class of this bundle.- Parameters:
clazz- The class of this bundle for which the logger should be returned for.- Returns:
- The logger instance.
-