public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
static BundleContext |
getBundleContext() |
static java.lang.String |
getRepositoryName(java.net.URL location)
Returns a reasonable human-readable repository name for the given location.
|
static void |
setBundleContext(BundleContext bundleContext) |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static void setBundleContext(BundleContext bundleContext)
public static BundleContext getBundleContext()
public static java.lang.String getRepositoryName(java.net.URL location)