Package org.eclipse.tycho.p2.tools.impl
Class Activator
java.lang.Object
org.eclipse.tycho.p2.tools.impl.Activator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.equinox.p2.core.IProvisioningAgentcreateProvisioningAgent(BuildDirectory targetDirectory) static org.osgi.framework.BundleContextvoidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context)
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
stop
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
createProvisioningAgent
public static org.eclipse.equinox.p2.core.IProvisioningAgent createProvisioningAgent(BuildDirectory targetDirectory) throws FacadeException - Throws:
FacadeException
-
getContext
public static org.osgi.framework.BundleContext getContext()
-