Class FrameworkBundlesRepresentationsResource


  • public class FrameworkBundlesRepresentationsResource
    extends BaseResource
    • Constructor Detail

      • FrameworkBundlesRepresentationsResource

        public 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)