public interface DependencyDiffService
| Modifier and Type | Interface and Description |
|---|---|
static class |
DependencyDiffService.DiffRequest
DiffRequest used for providing info to the Diff Executor
|
static class |
DependencyDiffService.DiffResponse
DiffResponse is returned by Diff executor with added and removed dependenices
|
| Modifier and Type | Method and Description |
|---|---|
DependencyDiffService.DiffResponse |
diff(DependencyDiffService.DiffRequest diffRequest)
Computes addedDependenices and removedDependenices based on the DiffRequest information provided
|
DependencyDiffService.DiffResponse diff(DependencyDiffService.DiffRequest diffRequest) throws ServiceLayerException
diffRequest - ServiceLayerExceptionCopyright © 2020 CrafterCMS. All rights reserved.