Interface PluginLoader


  • public interface PluginLoader
    • Method Summary

      Modifier and Type Method Description
      java.util.Collection<ArtifactDependency> getDependencies​(Artifact artifact)
      Finds a list of plugin artifact dependencies for a given plugin artifact.
      Plugin load​(LocalArtifact artifact)
      Loads a plugin based on its local artifact.