Package org.projectnessie.services.rest
Class RestDiffResource
- java.lang.Object
-
- org.projectnessie.services.rest.RestDiffResource
-
- All Implemented Interfaces:
org.projectnessie.api.v1.DiffApi,org.projectnessie.api.v1.http.HttpDiffApi
@RequestScoped public class RestDiffResource extends java.lang.Object implements org.projectnessie.api.v1.http.HttpDiffApiREST endpoint for the diff-API.
-
-
Constructor Summary
Constructors Constructor Description RestDiffResource()RestDiffResource(org.projectnessie.services.config.ServerConfig config, org.projectnessie.versioned.VersionStore store, org.projectnessie.services.authz.Authorizer authorizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.projectnessie.model.DiffResponsegetDiff(org.projectnessie.api.v1.params.DiffParams params)
-
-
-
Method Detail
-
getDiff
public org.projectnessie.model.DiffResponse getDiff(org.projectnessie.api.v1.params.DiffParams params) throws org.projectnessie.error.NessieNotFoundException- Specified by:
getDiffin interfaceorg.projectnessie.api.v1.DiffApi- Specified by:
getDiffin interfaceorg.projectnessie.api.v1.http.HttpDiffApi- Throws:
org.projectnessie.error.NessieNotFoundException
-
-