public final class CommentTemplatesConfiguration
extends java.lang.Object
Constructor and Description |
---|
CommentTemplatesConfiguration() |
Modifier and Type | Method and Description |
---|---|
VCSRecentCommentsModel |
getRecentCommentsModel() |
java.lang.String |
getSystemShortLabel() |
java.lang.String[] |
getTemplatesSettingsRelativePath() |
static void |
register(java.lang.String extensionId,
CommentTemplatesConfiguration configuration) |
void |
setRecentCommentsModel(VCSRecentCommentsModel commentsModel) |
void |
setTemplatesSettingsPathParams(java.lang.String systemShortLabel,
java.lang.String[] settingsRelativePath) |
public final void setRecentCommentsModel(VCSRecentCommentsModel commentsModel)
public final VCSRecentCommentsModel getRecentCommentsModel()
public final void setTemplatesSettingsPathParams(java.lang.String systemShortLabel, java.lang.String[] settingsRelativePath)
public final java.lang.String getSystemShortLabel()
public final java.lang.String[] getTemplatesSettingsRelativePath()
public static final void register(java.lang.String extensionId, CommentTemplatesConfiguration configuration)