public class Activator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_ID |
| Constructor and Description |
|---|
Activator()
The constructor
|
| Modifier and Type | Method and Description |
|---|---|
BundleContext |
getContext() |
static Activator |
getDefault()
Returns the shared instance
|
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory() |
ISSLSocketFactoryModifier |
getSSLSocketFactoryModifier() |
void |
log(IStatus status) |
static void |
logNoProxyWarning(java.lang.Throwable e) |
void |
start(BundleContext ctxt) |
void |
stop(BundleContext ctxt) |
public static final java.lang.String PLUGIN_ID
public BundleContext getContext()
public void start(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic ISSLSocketFactoryModifier getSSLSocketFactoryModifier()
public void stop(BundleContext ctxt)
throws java.lang.Exception
java.lang.Exceptionpublic static Activator getDefault()
public void log(IStatus status)
public javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
public static void logNoProxyWarning(java.lang.Throwable e)