Package org.eclipse.tycho.p2.impl
Class Activator
java.lang.Object
org.eclipse.tycho.p2.impl.Activator
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.equinox.p2.core.IProvisioningAgentcreateProvisioningAgent(URI targetLocation) static org.osgi.framework.BundleContextstatic org.eclipse.equinox.p2.core.IProvisioningAgentDeprecated.This method potentially creates multiple agent instances with the default location.voidstart(org.osgi.framework.BundleContext context) voidstop(org.osgi.framework.BundleContext context)
-
Field Details
-
PLUGIN_ID
- See Also:
-
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
- Specified by:
startin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
newProvisioningAgent
@Deprecated public static org.eclipse.equinox.p2.core.IProvisioningAgent newProvisioningAgent() throws org.eclipse.equinox.p2.core.ProvisionExceptionDeprecated.This method potentially creates multiple agent instances with the default location. This leads to concurrent file system access with undefined outcome.- Throws:
org.eclipse.equinox.p2.core.ProvisionException
-
createProvisioningAgent
public static org.eclipse.equinox.p2.core.IProvisioningAgent createProvisioningAgent(URI targetLocation) throws org.eclipse.equinox.p2.core.ProvisionException - Throws:
org.eclipse.equinox.p2.core.ProvisionException
-
stop
- Specified by:
stopin interfaceorg.osgi.framework.BundleActivator- Throws:
Exception
-
getContext
public static org.osgi.framework.BundleContext getContext()
-