Class FrameworkBundleHeaderResource


  • public class FrameworkBundleHeaderResource
    extends BaseResource
    • Constructor Detail

      • FrameworkBundleHeaderResource

        public FrameworkBundleHeaderResource​(org.osgi.framework.BundleContext bundleContext)
    • Method Detail

      • bundleHeaders

        @GET
        @Produces({"application/org.osgi.bundleheader+json","application/org.osgi.bundleheader+xml"})
        @Path("framework/bundle/{bundleid}/header{ext:(\\.json|\\.xml)*}")
        public javax.ws.rs.core.Response bundleHeaders​(@PathParam("bundleid")
                                                       long bundleid,
                                                       @PathParam("ext")
                                                       String ext)