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 EquinoxPlatform
          Equinox (3.2.x) OSGi platform.
 class FelixPlatform
          Apache Felix (1.0.3+) OSGi platform.
 class KnopflerfishPlatform
          Knopflerfish 2.0.4+ Platform.
 



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