Class PluginsConfigurationProperties.PluginRepositoryProperties.FileDownloaderProperties

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String className
      The fully qualified class name of the FileDownloader to use.
      java.lang.Object config
      The configuration for the FileDownloader.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • className

        public java.lang.String className
        The fully qualified class name of the FileDownloader to use.
      • config

        public java.lang.Object config
        The configuration for the FileDownloader.

        If defined, the FileDownloader must use the Configurable annotation to inform the plugin framework how to cast the configuration for injection.

    • Constructor Detail

      • FileDownloaderProperties

        public FileDownloaderProperties()