Class DeleteDistTagsSlice

java.lang.Object
com.artipie.npm.http.DeleteDistTagsSlice
All Implemented Interfaces:
com.artipie.http.Slice

public final class DeleteDistTagsSlice extends Object implements com.artipie.http.Slice
Slice that removes dist-tag to meta.json.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.artipie.http.Slice

    com.artipie.http.Slice.Wrap
  • Constructor Summary

    Constructors
    Constructor
    Description
    Ctor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.artipie.http.Response
    response(com.artipie.http.rq.RequestLine line, com.artipie.http.Headers iterable, Content body)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DeleteDistTagsSlice

      public DeleteDistTagsSlice(Storage storage)
      Ctor.
      Parameters:
      storage - Abstract storage
  • Method Details

    • response

      public com.artipie.http.Response response(com.artipie.http.rq.RequestLine line, com.artipie.http.Headers iterable, Content body)
      Specified by:
      response in interface com.artipie.http.Slice