com.unitesk.requality.eclipse.cvs
public abstract class CVSSourcePlugin extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static BundleContext |
context |
protected static CVSSourcePlugin |
plugin |
Constructor and Description |
---|
CVSSourcePlugin() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
actualStart(BundleContext bundleContext) |
protected abstract void |
actualStop(BundleContext bundleContext) |
static CVSSourcePlugin |
getDefault() |
abstract ICVSClient |
getInstanceOfSVCClient() |
abstract java.util.List<java.lang.String> |
getSupportedTeamProvidersIDList() |
void |
start(BundleContext bundleContext) |
void |
stop(BundleContext bundleContext) |
protected static BundleContext context
protected static CVSSourcePlugin plugin
protected abstract void actualStart(BundleContext bundleContext) throws java.lang.Exception
java.lang.Exception
protected abstract void actualStop(BundleContext bundleContext) throws java.lang.Exception
java.lang.Exception
public final void start(BundleContext bundleContext) throws java.lang.Exception
java.lang.Exception
public void stop(BundleContext bundleContext) throws java.lang.Exception
java.lang.Exception
public static CVSSourcePlugin getDefault()
public abstract java.util.List<java.lang.String> getSupportedTeamProvidersIDList() throws java.lang.Exception
java.lang.Exception
public abstract ICVSClient getInstanceOfSVCClient() throws java.lang.Exception
java.lang.Exception