public interface PluginModuleProperties extends Map<Object,Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
PRODUCT_ID |
| Modifier and Type | Method and Description |
|---|---|
void |
addI18nProperty(String name,
String value) |
com.google.common.collect.ImmutableMap<String,String> |
getI18nProperties() |
String |
getProductId() |
String |
getProperty(String s) |
boolean |
includeExamples() |
Enumeration<?> |
propertyNames() |
void |
setIncludeExamples(boolean includeExamples) |
void |
setProductId(String id) |
Object |
setProperty(String s,
String s1) |
static final String PRODUCT_ID
Enumeration<?> propertyNames()
void setIncludeExamples(boolean includeExamples)
boolean includeExamples()
void setProductId(String id)
String getProductId()
Copyright © 2015 Atlassian. All rights reserved.