Class FrameworkBundleHeaderResource
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.BaseResource
-
- org.apache.aries.jax.rs.rest.management.internal.FrameworkBundleHeaderResource
-
public class FrameworkBundleHeaderResource extends BaseResource
-
-
Constructor Summary
Constructors Constructor Description FrameworkBundleHeaderResource(org.osgi.framework.BundleContext bundleContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
bundleHeaders(long bundleid, String ext)
-
-
-
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)
-
-