Class ForeignSourceConfigRestService.SimplePluginConfig

  • Enclosing class:
    ForeignSourceConfigRestService

    public static class ForeignSourceConfigRestService.SimplePluginConfig
    extends java.lang.Object
    The Class SimplePluginConfig.
    • Constructor Summary

      Constructors 
      Constructor Description
      SimplePluginConfig()
      Instantiates a new simple plugin configuration.
      SimplePluginConfig​(java.lang.String name, java.lang.String pluginClass)
      Instantiates a new simple plugin configuration.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimplePluginConfig

        public SimplePluginConfig()
        Instantiates a new simple plugin configuration.
      • SimplePluginConfig

        public SimplePluginConfig​(java.lang.String name,
                                  java.lang.String pluginClass)
        Instantiates a new simple plugin configuration.
        Parameters:
        name - the name
        pluginClass - the plugin class