org.sonatype.tycho.p2.maven.repository
Class Activator

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

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


Field Summary
static String ID
           
 
Constructor Summary
Activator()
           
 
Method Summary
static org.osgi.framework.BundleContext getContext()
           
static org.eclipse.equinox.p2.core.IProvisioningAgent getProvisioningAgent()
           
 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

ID

public static final String 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

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()

getProvisioningAgent

public static org.eclipse.equinox.p2.core.IProvisioningAgent getProvisioningAgent()


Copyright © 2008-2011. All Rights Reserved.