Interface BundledPluginsAccessor
- All Known Implementing Classes:
ServerBundledPluginsAccessor
@Internal
public interface BundledPluginsAccessor
Accessor class for bundled plugins.
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescription@NotNull File
Provide URL to the file containing bundled plugins.
-
Method Details
-
getBundledPluginsLocation
Provide URL to the file containing bundled plugins.- Returns:
- URL to bundled plugis file
- Throws:
MalformedURLException
- if URL construction fails
-