Class PluginEnvironment


  • public class PluginEnvironment
    extends Object
    Models environment information of a DrasylPlugin that are required by the plugin or the PluginManager to automatically load the plugin.
    • Constructor Detail

      • PluginEnvironment

        public PluginEnvironment​(com.typesafe.config.ConfigObject options,
                                 Class<? extends AutoloadablePlugin> clazz)
    • Method Detail

      • getOptions

        public com.typesafe.config.ConfigObject getOptions()
        Returns:
        the ConfigObject of the corresponding plugin