Package org.uberfire.ext.plugin.model
Class PluginContent
- java.lang.Object
-
- org.uberfire.ext.plugin.model.Activity
-
- org.uberfire.ext.plugin.model.Plugin
-
- org.uberfire.ext.plugin.model.PluginSimpleContent
-
- org.uberfire.ext.plugin.model.PluginContent
-
@Portable public class PluginContent extends PluginSimpleContent
-
-
Constructor Summary
Constructors Constructor Description PluginContent()PluginContent(String name, PluginType type, org.uberfire.backend.vfs.Path path, String template, String css, Map<CodeType,String> codeMap, Set<Framework> frameworks, Language language, Set<Media> mediaLibrary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<Media>getMediaLibrary()inthashCode()-
Methods inherited from class org.uberfire.ext.plugin.model.PluginSimpleContent
getCodeMap, getCss, getFrameworks, getLanguage, getTemplate
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classPluginSimpleContent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classPluginSimpleContent
-
-