| org.apache.axis2.tool.service.eclipse.plugin.ServiceArchiver
ServiceArchiver | public class ServiceArchiver extends AbstractUIPlugin (Code) | | The main plugin class to be used in the desktop.
|
ServiceArchiver | public ServiceArchiver()(Code) | | The constructor.
|
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | Returns the plugin's resource bundle,
|
getResourceString | public static String getResourceString(String key)(Code) | | Returns the string from the plugin's resource bundle,
or 'key' if not found.
|
getWizardImageDescriptor | public static ImageDescriptor getWizardImageDescriptor()(Code) | | |
start | public void start(BundleContext context) throws Exception(Code) | | This method is called upon plug-in activation
|
stop | public void stop(BundleContext context) throws Exception(Code) | | This method is called when the plug-in is stopped
|
|
|