FileDocCategorySizeDatePackage
AndroidTestPlugin.javaAPI DocAndroid 1.5 API1862Wed May 06 22:41:10 BST 2009com.android.ide.eclipse.tests

AndroidTestPlugin

public class AndroidTestPlugin extends org.eclipse.ui.plugin.AbstractUIPlugin
The activator class controls the plug-in life cycle

Fields Summary
public static final String
PLUGIN_ID
private static AndroidTestPlugin
sPlugin
Constructors Summary
public AndroidTestPlugin()
The constructor


           
      
    
Methods Summary
public static com.android.ide.eclipse.tests.AndroidTestPlugingetDefault()
Returns the shared instance

return
the shared instance

        return sPlugin;
    
public voidstart(org.osgi.framework.BundleContext context)

        super.start(context);
        sPlugin = this;
    
public voidstop(org.osgi.framework.BundleContext context)

        sPlugin = null;
        super.stop(context);