Class Bundle

java.lang.Object
net.ssehub.easy.basics.internal.Bundle

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

    • ID

      public static final String ID
      Stores the bundle ID. Must be the same ID as specified inside the Manifest file.
      See Also:
  • Constructor Details

    • Bundle

      public Bundle()