Package net.ME1312.Galaxi.Plugin
Class PluginInfo.Dependency
java.lang.Object
net.ME1312.Galaxi.Plugin.PluginInfo.Dependency
- Enclosing class:
- PluginInfo
-
Method Summary
Modifier and TypeMethodDescriptionGet the maximum allowed version of the DependencyGet the minimum required version of the DependencygetName()
Get the name of the Dependencyboolean
Get if this Dependency is required
-
Method Details
-
getName
Get the name of the Dependency- Returns:
- Dependency name
-
getMinVersion
Get the minimum required version of the Dependency- Returns:
- Minimum required version (null for all)
-
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
-