Lighty refactor 34/91134/1
authormanuedelf <emmanuelle.delfour@gmail.com>
Wed, 10 Jun 2020 14:25:49 +0000 (16:25 +0200)
committerGilles Thouenon <gilles.thouenon@orange.com>
Fri, 10 Jul 2020 13:11:52 +0000 (15:11 +0200)
commitcdac0090abcfa6152142ff60215bb304852fa081
treebeaf1947a62da883609f93a7df249afa1097d9aa
parentd0bb52a24e45d0e5e22bcfa9acb3ccf0b17827a7
Lighty refactor

- clean pom
- add unit test
- add TpceBanner class to print banner
- add possibility to pass a config file for restconf at startup
- add technicalException to exit application if startup failed
- split TransportPCEImpl constructor
- add checkstyle from odl parent
- fix checkstyle violations

JIRA: TRNSPRTPCE-237
Change-Id: I3956d83ab6f0dfafa57e26058d275c4448a8c95c
lighty/pom.xml
lighty/src/main/java/io/lighty/controllers/tpce/Main.java
lighty/src/main/java/io/lighty/controllers/tpce/exception/TechnicalException.java [new file with mode: 0644]
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
lighty/src/main/java/io/lighty/controllers/tpce/utils/TPCEUtils.java
lighty/src/main/java/io/lighty/controllers/tpce/utils/TpceBanner.java [new file with mode: 0644]
lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java [new file with mode: 0644]
lighty/src/test/resources/config.json [new file with mode: 0644]