Interface DependencyDiffService
- All Known Implementing Classes:
DependencyDiffServiceImpl
public interface DependencyDiffService
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDiffRequest used for providing info to the Diff Executorstatic classDiffResponse is returned by Diff executor with added and removed dependenices -
Method Summary
Modifier and TypeMethodDescriptiondiff(DependencyDiffService.DiffRequest diffRequest) Computes addedDependenices and removedDependenices based on the DiffRequest information provided
-
Method Details
-
diff
DependencyDiffService.DiffResponse diff(DependencyDiffService.DiffRequest diffRequest) throws ServiceLayerException Computes addedDependenices and removedDependenices based on the DiffRequest information provided- Parameters:
diffRequest- diff request- Returns:
- Diff response object
- Throws:
ServiceLayerException- general service error
-