Class RemoveHandler

All Implemented Interfaces:
Resource, Adaptable

public class RemoveHandler extends DefaultObject
Provides REST bindings for Package removal.
Author:
Thierry Martins
  • Constructor Details

    • RemoveHandler

      public RemoveHandler()
  • Method Details

    • startInstall

      @GET @Produces("text/html") @Path("start/{pkgId}") public Template startInstall(@PathParam("pkgId") String pkgId, @QueryParam("source") String source)