Class Bundle


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

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

      Constructors 
      Constructor Description
      Bundle()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ID

        public static final java.lang.String ID
        Stores the bundle ID. Must be the same ID as specified inside the Manifest file.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Bundle

        public Bundle()