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 constants class for OSGi platforms supported 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 KNOPFLERFISH
          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.


KNOPFLERFISH

public static final String KNOPFLERFISH
Knopflerfish OSGi platform constant.


FELIX

public static final String FELIX
Felix OSGi platform constant.

Constructor Detail

Platforms

public Platforms()


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