Class FrameworkResource

    • Constructor Detail

      • FrameworkResource

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

      • framework

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