org.sonatype.tycho.p2.impl
Class Activator

java.lang.Object
  extended by org.sonatype.tycho.p2.impl.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends Object
implements org.osgi.framework.BundleActivator


Field Summary
static String PLUGIN_ID
           
 
Constructor Summary
Activator()
           
 
Method Summary
static org.osgi.framework.BundleContext getContext()
           
static org.eclipse.equinox.p2.core.IProvisioningAgent newProvisioningAgent()
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

newProvisioningAgent

public static org.eclipse.equinox.p2.core.IProvisioningAgent newProvisioningAgent()
                                                                           throws org.eclipse.equinox.p2.core.ProvisionException
Throws:
org.eclipse.equinox.p2.core.ProvisionException

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception

getContext

public static org.osgi.framework.BundleContext getContext()


Copyright © 2008-2011. All Rights Reserved.