org.springframework.osgi.test.platform
Class Platforms

java.lang.Object
  extended by org.springframework.osgi.test.platform.Platforms

public abstract class Platforms
extends Object

Convenience class used for holding the OSGi platforms provided out of the box.

Author:
Costin Leau

Field Summary
static String EQUINOX
          Equinox OSGi platform constant.
static String FELIX
          Felix OSGi platform constant.
static String KNOPFLEFISH
          Knopflerfish OSGi platform constant.
 
Constructor Summary
Platforms()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EQUINOX

public static final String EQUINOX
Equinox OSGi platform constant.


KNOPFLEFISH

public static final String KNOPFLEFISH
Knopflerfish OSGi platform constant.


FELIX

public static final String FELIX
Felix OSGi platform constant.

Constructor Detail

Platforms

public Platforms()


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