.. java:import:: org.osgi.framework Bundle .. java:import:: org.osgi.framework BundleContext .. java:import:: java.util Dictionary BundleHeaders ============= .. java:package:: org.motechproject.osgi.web.util :noindex: .. java:type:: public class BundleHeaders Constructors ------------ BundleHeaders ^^^^^^^^^^^^^ .. java:constructor:: public BundleHeaders(BundleContext bundleContext) :outertype: BundleHeaders BundleHeaders ^^^^^^^^^^^^^ .. java:constructor:: public BundleHeaders(Bundle bundle) :outertype: BundleHeaders Methods ------- get ^^^ .. java:method:: public Object get(Object key) :outertype: BundleHeaders getContextPath ^^^^^^^^^^^^^^ .. java:method:: public String getContextPath() :outertype: BundleHeaders getName ^^^^^^^ .. java:method:: public String getName() :outertype: BundleHeaders getResourcePath ^^^^^^^^^^^^^^^ .. java:method:: public String getResourcePath() :outertype: BundleHeaders getStringValue ^^^^^^^^^^^^^^ .. java:method:: public String getStringValue(String key) :outertype: BundleHeaders getSymbolicName ^^^^^^^^^^^^^^^ .. java:method:: public String getSymbolicName() :outertype: BundleHeaders getVersion ^^^^^^^^^^ .. java:method:: public String getVersion() :outertype: BundleHeaders isBluePrintEnabled ^^^^^^^^^^^^^^^^^^ .. java:method:: public boolean isBluePrintEnabled() :outertype: BundleHeaders