org.ops4j.pax.runner.platform.equinox.internal
Class Activator

java.lang.Object
  extended by org.ops4j.pax.runner.platform.builder.AbstractPlatformBuilderActivator
      extended by org.ops4j.pax.runner.platform.equinox.internal.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class Activator
extends AbstractPlatformBuilderActivator

Bundle activator for equinox platform.

Since:
August 20, 2007
Author:
Alin Dreghiciu
See Also:
AbstractPlatformBuilderActivator

Constructor Summary
Activator()
           
 
Method Summary
protected  PlatformBuilder[] createPlatformBuilders(org.osgi.framework.BundleContext bundleContext)
          Platform builders factory method.
 
Methods inherited from class org.ops4j.pax.runner.platform.builder.AbstractPlatformBuilderActivator
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

createPlatformBuilders

protected PlatformBuilder[] createPlatformBuilders(org.osgi.framework.BundleContext bundleContext)
Platform builders factory method. It should return an array of platform builders supported.

Specified by:
createPlatformBuilders in class AbstractPlatformBuilderActivator
Parameters:
bundleContext - current bundle context
Returns:
corresponding platform builder for the passed version


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.