KIE Uberfire Runtime PlugIns API 6.2.0.CR1

org.kie.uberfire.plugin.model
Class PluginContent

java.lang.Object
  extended by org.kie.uberfire.plugin.model.Activity
      extended by org.kie.uberfire.plugin.model.Plugin
          extended by org.kie.uberfire.plugin.model.PluginSimpleContent
              extended by org.kie.uberfire.plugin.model.PluginContent

@Portable
public class PluginContent
extends PluginSimpleContent


Constructor Summary
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
 Set<Media> getMediaLibrary()
           
 
Methods inherited from class org.kie.uberfire.plugin.model.PluginSimpleContent
getCodeMap, getCss, getFrameworks, getLanguage, getTemplate
 
Methods inherited from class org.kie.uberfire.plugin.model.Plugin
getPath
 
Methods inherited from class org.kie.uberfire.plugin.model.Activity
equals, getName, getType, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginContent

public PluginContent()

PluginContent

public 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 Detail

getMediaLibrary

public Set<Media> getMediaLibrary()

KIE Uberfire Runtime PlugIns API 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.