Returns a attribute value, that is setuped in the manifest file and is definied by the extension point xml schema. @param pKey a key @return String a value
(String pKey)
| 69 | * @return String a value |
| 70 | */ |
| 71 | public String getAttribute(String pKey) { |
| 72 | return fAttributes.get(pKey); |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Returns the full class name of the extension point implementation |