com.unitesk.reqcoverage
public class Activator extends AbstractUIPlugin
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLUGIN_ID |
Constructor and Description |
---|
Activator()
The constructor
|
Modifier and Type | Method and Description |
---|---|
static Activator |
getDefault()
Returns the shared instance
|
static java.lang.String |
getPath(java.lang.String string) |
static java.util.List<IProject> |
getProjectsByNames(java.lang.String[] split) |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getTestDescriptions() |
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public static final java.lang.String PLUGIN_ID
public void start(BundleContext context) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext context) throws java.lang.Exception
java.lang.Exception
public static Activator getDefault()
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getTestDescriptions()
public static java.lang.String getPath(java.lang.String string)
public static java.util.List<IProject> getProjectsByNames(java.lang.String[] split)