All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mule.tooling.ui.contribution.FtpClientActivator Maven / Gradle / Ivy

The newest version!

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.5", date = "2018-11-20T08:37:54+01:00", comments = "Build mule-devkit-3.9.5.2814.1e013c2")
public class FtpClientActivator
    extends AbstractUIPlugin
{

    public final static String PLUGIN_ID = "org.mule.tooling.ui.contribution.ftp-client";
    private static org.mule.tooling.ui.contribution.FtpClientActivator 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.FtpClientActivator getDefault() {
        return plugin;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy