Constructor and description |
---|
PluginId
(java.lang.String groupId, java.lang.String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
equals(java.lang.Object obj) |
|
java.lang.String |
getGroupId() Returns a String identifying the group to which this plugin belongs. |
|
java.lang.String |
getName() Returns the name of the plugin. |
|
int |
hashCode() |
|
java.lang.String |
toString() |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns a String identifying the group to which this plugin belongs. Ideally the group ID should be in the same format as that of a Maven group ID.
Returns the name of the plugin.