Interface PluginLoader

All Known Implementing Classes:
DefaultPluginLoader

public interface PluginLoader
Defines the method used to load Plugins
  • Method Summary

    Modifier and Type
    Method
    Description
    load(org.savantbuild.dep.domain.Artifact pluginDependency)
    Loads the plugin with the given dependency.
  • Method Details

    • load

      Plugin load(org.savantbuild.dep.domain.Artifact pluginDependency)
      Loads the plugin with the given dependency.
      Parameters:
      pluginDependency - The dependency definition of the plugin.
      Returns:
      The Plugin instance.