1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

new method getPluginID().

This commit is contained in:
Alain Magloire 2003-10-15 02:50:35 +00:00
parent a8ea8170c1
commit cd27b49d8c

View file

@ -58,6 +58,13 @@ public class MakeUIPlugin extends AbstractUIPlugin implements IStartup {
return plugin;
}
/**
* Returns the Uniqu idenetifier for this plugin.
*/
public static String getPluginId() {
return getDefault().getDescriptor().getUniqueIdentifier();
}
/**
* Returns the workspace instance.
*/