Modify package structure and pom file 33/8533/1
authoryangyan <yangyanyj@chinamobile.com>
Thu, 24 Aug 2017 01:44:53 +0000 (09:44 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 24 Aug 2017 01:45:11 +0000 (09:45 +0800)
commit3c410645f6aeb55d5b604a2a0c698a9d45aa4133
treefdf6c1940a7db3999f43cf69a06556f30dc2f386
parentdb4b6b9791920076b2804c0976e4f620487c0599
Modify package structure and pom file

Modify package structure and pom file

Issue-ID: VFC-128
Change-Id: Ie20a337c52ec1d637a357585d09e773466359317
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
94 files changed:
ems/boco/pom.xml
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/EMSDriverApp.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/EMSDriverApp.java with 89% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/CollectMsgReceiverThread.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/CollectMsgReceiverThread.java with 84% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/TaskThread.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/TaskThread.java with 95% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/TaskThreadService.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/TaskThreadService.java with 91% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/AlarmManager.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/AlarmManager.java with 85% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/AlarmTaskThread.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/AlarmTaskThread.java with 95% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/HeartBeat.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/HeartBeat.java with 93% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/MessageUtil.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/MessageUtil.java with 98% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/Msg.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/Msg.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/collector/alarm/MsgType.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/collector/alarm/MsgType.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/constant/Constant.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/constant/Constant.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/AFtpRemoteFile.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/AFtpRemoteFile.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/ExtendsDefaultFTPFileEntryParserFactory.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/ExtendsDefaultFTPFileEntryParserFactory.java with 99% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/FTPInterface.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/FTPInterface.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/FTPSrv.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/FTPSrv.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/RemoteFile.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/RemoteFile.java with 93% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/ftp/SFTPSrv.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/ftp/SFTPSrv.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/model/CollectMsg.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/CollectMsg.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/model/CollectVo.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/CollectVo.java with 98% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/model/EMSInfo.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/model/EMSInfo.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/DriverThread.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/DriverThread.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/StringUtil.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/StringUtil.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/UnZip.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/UnZip.java with 98% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/XmlUtil.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/XmlUtil.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/commons/utils/Zip.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/commons/utils/Zip.java with 98% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationImp.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationImp.java with 90% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationInterface.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationInterface.java with 84% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/configmgr/ConfigurationManager.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/configmgr/ConfigurationManager.java with 92% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/messagemgr/MessageChannel.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/messagemgr/MessageChannel.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/messagemgr/MessageChannelFactory.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/messagemgr/MessageChannelFactory.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/HttpClientFactory.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/HttpClientFactory.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/HttpClientUtil.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/HttpClientUtil.java with 98% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/client/NorthMessageMgr.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/client/NorthMessageMgr.java with 89% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/service/CommandResource.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/CommandResource.java with 95% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/service/EmsDriverApplication.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/EmsDriverApplication.java with 89% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/northbound/service/EmsDriverConfiguration.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/northbound/service/EmsDriverConfiguration.java with 96% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/serviceregister/MsbConfiguration.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/MsbConfiguration.java with 94% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/serviceregister/MsbRestServiceProxy.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/MsbRestServiceProxy.java with 86% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/serviceregister/model/MsbRegisterVo.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/model/MsbRegisterVo.java with 97% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/serviceregister/model/ServiceNodeVo.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/serviceregister/model/ServiceNodeVo.java with 95% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/taskscheduler/CollectManager.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/CollectManager.java with 88% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/taskscheduler/CollectOderJob.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/CollectOderJob.java with 79% similarity]
ems/boco/src/main/java/org/onap/vfc/nfvo/emsdriver/taskscheduler/QuartzManager.java [moved from ems/boco/src/main/java/org/onap/nfvo/emsdriver/taskscheduler/QuartzManager.java with 97% similarity]
ems/boco/src/main/resources/api-doc/META-INF/MANIFEST.MF [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/WEB-INF/web.xml [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/css/reset.css [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/css/screen.css [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/css/typography.css [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.eot [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.svg [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.ttf [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-700.woff2 [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.eot [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.svg [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.ttf [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/fonts/droid-sans-v6-latin-regular.woff2 [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/images/explorer_icons.png [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/images/logo_small.png [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/images/pet_store_api.png [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/images/throbber.gif [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/images/wordnik_api.png [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/index.html [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/backbone-min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/handlebars-2.0.0.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/highlight.7.3.pack.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/jquery-1.8.0.min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/jquery.ba-bbq.min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/jquery.slideto.min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/jquery.wiggle.min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/marked.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/shred.bundle.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/shred/content.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/swagger-client.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/swagger-oauth.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/lib/underscore-min.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/o2c.html [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/swagger-ui.js [new file with mode: 0644]
ems/boco/src/main/resources/api-doc/swagger-ui.min.js [new file with mode: 0644]
ems/boco/src/test/java/foo/AppTest.java [new file with mode: 0644]
ems/microservice-standalone/pom.xml [new file with mode: 0644]
ems/microservice-standalone/src/main/assembly/conf/EMSInfo.xml [moved from ems/boco/cfg/EMSInfo.xml with 100% similarity]
ems/microservice-standalone/src/main/assembly/conf/emsdriver.yml [moved from ems/boco/cfg/emsdriver.yml with 100% similarity]
ems/microservice-standalone/src/main/assembly/conf/ftpconfig.properties [moved from ems/boco/cfg/ftpconfig.properties with 100% similarity]
ems/microservice-standalone/src/main/assembly/conf/log4j.properties [moved from ems/boco/cfg/log4j.properties with 100% similarity]
ems/microservice-standalone/src/main/assembly/conf/spring.xml [moved from ems/boco/cfg/spring.xml with 100% similarity]
ems/microservice-standalone/src/main/assembly/find_kill_process.bat [new file with mode: 0644]
ems/microservice-standalone/src/main/assembly/run.bat [new file with mode: 0644]
ems/microservice-standalone/src/main/assembly/run.sh [new file with mode: 0644]
ems/microservice-standalone/src/main/assembly/stop.bat [new file with mode: 0644]
ems/microservice-standalone/src/main/assembly/stop.sh [new file with mode: 0644]
ems/pom.xml [new file with mode: 0644]