@Portable public class PluginSimpleContent extends Plugin
Constructor and Description |
---|
PluginSimpleContent() |
PluginSimpleContent(PluginSimpleContent pluginContent,
String template,
Map<CodeType,String> codeMap) |
PluginSimpleContent(PluginSimpleContent pluginContent,
String template,
String css,
Map<CodeType,String> codeMap,
Collection<Framework> frameworks,
Language language) |
PluginSimpleContent(String name,
PluginType type,
Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<CodeType,String> |
getCodeMap() |
String |
getCss() |
Collection<Framework> |
getFrameworks() |
Language |
getLanguage() |
String |
getTemplate() |
int |
hashCode() |
public PluginSimpleContent()
public PluginSimpleContent(String name, PluginType type, Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language)
public PluginSimpleContent(PluginSimpleContent pluginContent, String template, String css, Map<CodeType,String> codeMap, Collection<Framework> frameworks, Language language)
public PluginSimpleContent(PluginSimpleContent pluginContent, String template, Map<CodeType,String> codeMap)
public String getTemplate()
public String getCss()
public Collection<Framework> getFrameworks()
public Language getLanguage()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.