Class PluginInstallOptions


  • public class PluginInstallOptions
    extends java.lang.Object
    Options for installing plugins.
    • Method Detail

      • isExactVersion

        public boolean isExactVersion()
        If true, force installation of an exact version match (usually >= is accepted).

        Defaults to false.

        Returns:
        whether to force exact version match
      • serverUrl

        @Nullable
        public java.lang.String serverUrl()
        A URL to download plugins from.
        Returns:
        the server URL