Class PluginInfo.Dependency

java.lang.Object
net.ME1312.Galaxi.Plugin.PluginInfo.Dependency
Enclosing class:
PluginInfo

public static class PluginInfo.Dependency extends Object
  • Method Details

    • getName

      public String getName()
      Get the name of the Dependency
      Returns:
      Dependency name
    • getMinVersion

      public Version getMinVersion()
      Get the minimum required version of the Dependency
      Returns:
      Minimum required version (null for all)
    • getMaxVersion

      public Version getMaxVersion()
      Get the maximum allowed version of the Dependency
      Returns:
      Maximum allowed version (null for all)
    • isRequired

      public boolean isRequired()
      Get if this Dependency is required
      Returns:
      Required Dependency Status