Class PluginYamlLibraryLoader

java.lang.Object
xyz.janboerman.scalaloader.dependency.PluginYamlLibraryLoader

public class PluginYamlLibraryLoader extends Object
This class is NOT part of the public API!
But it implements loading of libraries that are defined in the plugin.yml. Libraries can be downloaded from Maven Central or CodeMC.
See Also:
  • Field Details

    • MAVEN_CENTRAL

      public static final org.eclipse.aether.repository.RemoteRepository MAVEN_CENTRAL
    • CODE_MC

      public static final org.eclipse.aether.repository.RemoteRepository CODE_MC
  • Constructor Details

    • PluginYamlLibraryLoader

      public PluginYamlLibraryLoader(Logger logger, File localRepoDir)
  • Method Details