Uses of Interface
org.springframework.osgi.test.platform.OsgiPlatform

Packages that use OsgiPlatform
org.springframework.osgi.test Testing framework for JUnit-stlye OSGi integration testing. 
org.springframework.osgi.test.platform Integration with various OSGi platforms for lifecycle management. 
 

Uses of OsgiPlatform in org.springframework.osgi.test
 

Methods in org.springframework.osgi.test that return OsgiPlatform
protected abstract  OsgiPlatform AbstractOsgiTests.createPlatform()
          Creates (and configures) the OSGi platform.
protected  OsgiPlatform AbstractConfigurableOsgiTests.createPlatform()
          Creates (and configures) the OSGi platform.

This implementation determines and creates the OSGi platform used by the test suite (Equinox by default).

 

Uses of OsgiPlatform in org.springframework.osgi.test.platform
 

Classes in org.springframework.osgi.test.platform that implement OsgiPlatform
 class FelixPlatform
          Apache Felix (1.0.3+) OSGi platform.
 



Copyright © 2006-2008 Spring Framework. All Rights Reserved.