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:
parent
a8ea8170c1
commit
cd27b49d8c
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@ public class MakeUIPlugin extends AbstractUIPlugin implements IStartup {
|
||||||
return plugin;
|
return plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the Uniqu idenetifier for this plugin.
|
||||||
|
*/
|
||||||
|
public static String getPluginId() {
|
||||||
|
return getDefault().getDescriptor().getUniqueIdentifier();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the workspace instance.
|
* Returns the workspace instance.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue