Added snmpmapper in Mapper 17/36217/5
authorBharathS24 <BS00493532@techmahindra.com>
Tue, 27 Mar 2018 13:33:40 +0000 (19:03 +0530)
committerBharathS24 <BS00493532@techmahindra.com>
Tue, 27 Mar 2018 13:33:54 +0000 (19:03 +0530)
commita0cd2159e2dbfde7613ea7dda8db1eacced4ca69
treef7c66341abe5f3ffbae1441ce23ebb170b9c6033
parentd4ee5e4e99611a20c091fca6782ded05b560504f
Added snmpmapper in Mapper

Commiting new Module in Mapper

Change-Id: I6fe49f5bf980bfc68abca89a7494f640942fe474
Issue-ID: DCAEGEN2-338
Signed-off-by: BharathS24 <BS00493532@techmahindra.com>
19 files changed:
pom.xml
snmpmapper/.gitignore [new file with mode: 0644]
snmpmapper/build.gradle [new file with mode: 0644]
snmpmapper/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
snmpmapper/gradlew [new file with mode: 0644]
snmpmapper/gradlew.bat [new file with mode: 0644]
snmpmapper/pom.xml [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/FileUploadController.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/SnmpmapperApplication.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/storage/FileSystemStorageService.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/storage/StorageException.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/storage/StorageFileNotFoundException.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/storage/StorageProperties.java [new file with mode: 0644]
snmpmapper/src/main/java/org/onap/dcae/mapper/storage/StorageService.java [new file with mode: 0644]
snmpmapper/src/main/resources/application.properties [new file with mode: 0644]
snmpmapper/src/main/resources/templates/uploadForm.html [new file with mode: 0644]
snmpmapper/src/test/java/org/onap/dcae/mapper/StorageExceptionTest.java [new file with mode: 0644]
snmpmapper/src/test/java/org/onap/dcae/mapper/StorageFileNotFoundExceptionTest.java [new file with mode: 0644]
snmpmapper/src/test/java/org/onap/dcae/mapper/StoragePropertiesTest.java [new file with mode: 0644]