Interface BundledPluginsAccessor
-
- All Known Implementing Classes:
ServerBundledPluginsAccessor
@Internal public interface BundledPluginsAccessor
Accessor class for bundled plugins.- Since:
- 3.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull File
getBundledPluginsLocation()
Provide URL to the file containing bundled plugins.
-
-
-
Method Detail
-
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
-
-