Class Bundle

java.lang.Object
net.ssehub.easy.varModel.Bundle

public class Bundle extends Object
Stores data about the containing OSGi bundle (static bundle without activator).
Author:
Holger Eichelberger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Stores the bundle ID.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger
    getLogger(Class<?> clazz)
    Helper method for getting an Logger for a Class of this bundle.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Bundle

      public Bundle()
  • Method Details

    • getLogger

      public static net.ssehub.easy.basics.logger.EASyLoggerFactory.EASyLogger getLogger(Class<?> clazz)
      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.