![JAR search and dependency download from the Maven repository](/logo.png)
org.mule.tooling.ui.contribution.AssertObjectEqualsActivator Maven / Gradle / Ivy
package org.mule.tooling.ui.contribution;
import javax.annotation.Generated;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;
/**
* The activator class controls the plug-in life cycle
*
*/
@SuppressWarnings("all")
@Generated(value = "Mule DevKit Version 3.9.0", date = "2017-04-21T05:05:21+02:00", comments = "Build UNNAMED.2793.f49b6c7")
public class AssertObjectEqualsActivator
extends AbstractUIPlugin
{
public final static String PLUGIN_ID = "org.mule.tooling.ui.contribution.assert-object-equals";
private static org.mule.tooling.ui.contribution.AssertObjectEqualsActivator plugin;
public void start(BundleContext context)
throws Exception
{
super.start(context);
plugin = this;
}
public void stop(BundleContext context)
throws Exception
{
plugin = null;
super.stop(context);
}
public static org.mule.tooling.ui.contribution.AssertObjectEqualsActivator getDefault() {
return plugin;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy