Interface LibraryStore


@Internal public interface LibraryStore
Represents a storage that stores library jars.

The library store api allows plugins to register specific dependencies into their runtime classloader when their PluginLoader is processed.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds the provided library path to this library store.
  • Method Details

    • addLibrary

      void addLibrary(@NotNull @NotNull Path library)
      Adds the provided library path to this library store.
      Parameters:
      library - path to the libraries jar file on the disk