commit | 4b54b7ed29e736b2f80878bab90acaedb4e7117e | [log] [tgz] |
---|---|---|
author | aravind.est <aravindhan.a@est.tech> | Tue Feb 20 11:46:23 2024 +0000 |
committer | aravind.est <aravindhan.a@est.tech> | Wed Feb 21 16:27:37 2024 +0000 |
tree | ad6f361334e45436a9ac4a955e29f6053bdb5080 | |
parent | c9785060554d2ad1cdef28bca317fa7f11e82fc0 [diff] |
rApp package validation code refactor rApp package validation refactored. Each validation condition should implement the interface RappValidator. It should throw respective error incase of the validation(RappValidationException) failure. Order should be defined for each validator. The validator gets evaluated based on the ascending order. Issue-ID: NONRTRIC-984 Change-Id: I3309e714f26a1fdb5aa10b32c5a7113411dcdf4d Signed-off-by: aravind.est <aravindhan.a@est.tech>