Interface BundledPluginsAccessor

All Known Implementing Classes:
ServerBundledPluginsAccessor

@Internal public interface BundledPluginsAccessor
Accessor class for bundled plugins.
Since:
3.3
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull File
    Provide URL to the file containing bundled plugins.
  • Method Details

    • getBundledPluginsLocation

      @NotNull @NotNull File getBundledPluginsLocation()
      Provide URL to the file containing bundled plugins.
      Returns:
      URL to bundled plugis file
      Throws:
      MalformedURLException - if URL construction fails