Class DummyRuntimePluginService

  • All Implemented Interfaces:
    org.uberfire.backend.plugin.RuntimePluginService

    @ApplicationScoped
    public class DummyRuntimePluginService
    extends Object
    implements org.uberfire.backend.plugin.RuntimePluginService
    • Constructor Detail

      • DummyRuntimePluginService

        public DummyRuntimePluginService()
    • Method Detail

      • listFrameworksContent

        public Collection<String> listFrameworksContent()
        Specified by:
        listFrameworksContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • listPluginsContent

        public Collection<String> listPluginsContent()
        Specified by:
        listPluginsContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getTemplateContent

        public String getTemplateContent​(String url)
        Specified by:
        getTemplateContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getRuntimePluginTemplateContent

        public String getRuntimePluginTemplateContent​(String url)
        Specified by:
        getRuntimePluginTemplateContent in interface org.uberfire.backend.plugin.RuntimePluginService
      • getRuntimePlugins

        public List<org.uberfire.backend.plugin.RuntimePlugin> getRuntimePlugins()
        Specified by:
        getRuntimePlugins in interface org.uberfire.backend.plugin.RuntimePluginService