org.universAAL.itests.platform
Class FelixPlatform4_2

Package class diagram package FelixPlatform4_2
java.lang.Object
  extended by org.universAAL.itests.platform.FelixPlatform4_2
All Implemented Interfaces:
org.springframework.osgi.test.platform.OsgiPlatform

public class FelixPlatform4_2
extends Object
implements org.springframework.osgi.test.platform.OsgiPlatform

Author:
amedrano

Constructor Summary
FelixPlatform4_2()
           
 
Method Summary
 org.osgi.framework.BundleContext getBundleContext()
          
 Properties getConfigurationProperties()
           This implementation considers existing system properties as well as platform specific ones, defined in this class.
 void start()
          
 void stop()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FelixPlatform4_2

public FelixPlatform4_2()
Method Detail

start

public void start()
           throws Exception

Specified by:
start in interface org.springframework.osgi.test.platform.OsgiPlatform
Throws:
Exception

stop

public void stop()
          throws Exception

Specified by:
stop in interface org.springframework.osgi.test.platform.OsgiPlatform
Throws:
Exception

getConfigurationProperties

public Properties getConfigurationProperties()
This implementation considers existing system properties as well as platform specific ones, defined in this class. The system properties are convenient for changing the configuration directly from the command line (useful for CI builds) leaving the programmer to ultimately decide the actual configuration used.

Specified by:
getConfigurationProperties in interface org.springframework.osgi.test.platform.OsgiPlatform

getBundleContext

public org.osgi.framework.BundleContext getBundleContext()

Specified by:
getBundleContext in interface org.springframework.osgi.test.platform.OsgiPlatform


Copyright © 2014 universAAL Consortium. All Rights Reserved.