Class FrameworkBundlesRepresentationsResource
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.BaseResource
-
- org.apache.aries.jax.rs.rest.management.internal.FrameworkBundlesRepresentationsResource
-
public class FrameworkBundlesRepresentationsResource extends BaseResource
-
-
Constructor Summary
Constructors Constructor Description FrameworkBundlesRepresentationsResource(org.osgi.framework.BundleContext bundleContext)
-
-
-
Method Detail
-
bundlesRepresentations
@GET @Produces({"application/org.osgi.bundles.representations+json","application/org.osgi.bundles.representations+xml"}) @Path("framework/bundles/representations{ext:(\\.json|\\.xml)*}") public javax.ws.rs.core.Response bundlesRepresentations(@PathParam("ext") String ext)
-
-