@ExperimentalApi public final class ModuleCompleteKey extends Object
The complete key is the combination of the plugin key and the "simple" module key. For example if the plugin key is "com.acme.myplugin" and the module key is "my-foo-module", then the complete key is "com.acme.myplugin:my-foo-module".
Constructor and Description |
---|
ModuleCompleteKey(String completeKey)
Constructs a ModuleCompleteKey given the String representation of the complete key.
|
ModuleCompleteKey(String pluginKey,
String moduleKey)
Constructs a ModuleCompleteKey given the separate plugin key and module key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCompleteKey()
Returns the String representation of the complete key.
|
String |
getModuleKey()
Returns the "simple" module key.
|
String |
getPluginKey()
Returns the plugin key.
|
int |
hashCode() |
String |
toString() |
public static final String SEPARATOR
public ModuleCompleteKey(String completeKey)
completeKey
- the String representation of the complete keypublic String getModuleKey()
public String getPluginKey()
public String getCompleteKey()
Copyright © 2003–2019 Atlassian. All rights reserved.