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 IFileArtifactRepository |
getBundlePoolRepository() |
static java.io.File |
getConfigurationLocation() |
static BundleContext |
getContext() |
static IProvisioningAgent |
getCurrentAgent() |
static IProfile |
getCurrentProfile() |
static java.lang.String |
getRepositoryName(java.net.URI location)
Returns a reasonable human-readable repository name for the given location.
|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final java.lang.String ID
public void start(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic void stop(BundleContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static BundleContext getContext()
public static java.io.File getConfigurationLocation()
public static IProfile getCurrentProfile()
public static IProvisioningAgent getCurrentAgent()
public static IFileArtifactRepository getBundlePoolRepository()
public static java.lang.String getRepositoryName(java.net.URI location)