Service Activator Toolkit
Version 1.0.0

org.eclipse.soda.sat.core.service
Interface BundleUninstallService


public interface BundleUninstallService


Field Summary
static String SERVICE_NAME
           
 
Method Summary
 void uninstall(Bundle bundle)
          Uninstall the specified bundle.
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
Method Detail

uninstall

public void uninstall(Bundle bundle)
Uninstall the specified bundle.

Parameters:
bundle - The bundle to be uninstalled.

Service Activator Toolkit
Version 1.0.0