make ConfigurationServiceFactoryImpl independent of OSGi 88/76588/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 3 Oct 2018 00:33:37 +0000 (02:33 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Wed, 3 Oct 2018 00:47:28 +0000 (02:47 +0200)
commitfadfe6f2875eb09d0fee7e282f637c2d6261443d
treeb3e7391a851ada73b71f62cbf3a7c5359af3dc50
parent9198accbc5eb2dc6a6f0daf305063c5315127c2c
make ConfigurationServiceFactoryImpl independent of OSGi

so that it can be used in a standalone / JavaSE environment such as
https://github.com/vorburger/opendaylight-simple (or
https://www.lighty.io)

JIRA: OPNFLWPLUG-1037
Change-Id: I2ff54e8d9324b78ee4b0e28485f5bb40e7e40c70
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/configuration/ConfigurationServiceFactory.java
openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryOsgiImpl.java [new file with mode: 0644]
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/configuration/OpenFlowProviderConfigImpl.java
openflowplugin-impl/src/main/resources/org/opendaylight/blueprint/commands.xml
openflowplugin-impl/src/main/resources/org/opendaylight/blueprint/openflowplugin-impl.xml
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/configuration/ConfigurationServiceFactoryImplTest.java