Class Activator
- java.lang.Object
-
- org.eclipse.tycho.surefire.osgibooter.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.osgi.framework.Bundle
getBundle(String symbolicName)
static Set<org.eclipse.osgi.service.resolver.ResolverError>
getResolutionErrors(org.osgi.framework.Bundle bundle)
void
start(org.osgi.framework.BundleContext context)
void
stop(org.osgi.framework.BundleContext context)
-
-
-
Field Detail
-
PLUGIN_ID
public static final String PLUGIN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext context) throws Exception
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
getBundle
public static org.osgi.framework.Bundle getBundle(String symbolicName)
-
getResolutionErrors
public static Set<org.eclipse.osgi.service.resolver.ResolverError> getResolutionErrors(org.osgi.framework.Bundle bundle)
-
-