Class PluginYamlLibraryLoader
java.lang.Object
xyz.janboerman.scalaloader.dependency.PluginYamlLibraryLoader
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.
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.aether.repository.RemoteRepository
static final org.eclipse.aether.repository.RemoteRepository
-
Constructor Summary
Constructors -
Method Summary
-
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
-
-
Method Details
-
getJarFiles
public Collection<File> getJarFiles(Map<String, Object> pluginYaml) throws ScalaPluginLoaderException- Throws:
ScalaPluginLoaderException
-