Package org.uberfire.ext.plugin.model
Class PluginSimpleContent
- java.lang.Object
-
- org.uberfire.ext.plugin.model.Activity
-
- org.uberfire.ext.plugin.model.Plugin
-
- org.uberfire.ext.plugin.model.PluginSimpleContent
-
- Direct Known Subclasses:
PluginContent
@Portable public class PluginSimpleContent extends Plugin
-
-
Constructor Summary
Constructors Constructor Description PluginSimpleContent()PluginSimpleContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language)PluginSimpleContent(PluginSimpleContent pluginContent, String template, String css, Map<CodeType,String> codeMap, Collection<Framework> frameworks, Language language)PluginSimpleContent(PluginSimpleContent pluginContent, String template, Map<CodeType,String> codeMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<CodeType,String>getCodeMap()StringgetCss()Collection<Framework>getFrameworks()LanguagegetLanguage()StringgetTemplate()inthashCode()
-
-
-
Constructor Detail
-
PluginSimpleContent
public PluginSimpleContent()
-
PluginSimpleContent
public PluginSimpleContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language)
-
PluginSimpleContent
public PluginSimpleContent(PluginSimpleContent pluginContent, String template, String css, Map<CodeType,String> codeMap, Collection<Framework> frameworks, Language language)
-
PluginSimpleContent
public PluginSimpleContent(PluginSimpleContent pluginContent, String template, Map<CodeType,String> codeMap)
-
-
Method Detail
-
getTemplate
public String getTemplate()
-
getCss
public String getCss()
-
getFrameworks
public Collection<Framework> getFrameworks()
-
getLanguage
public Language getLanguage()
-
-