public static class PluginInfo.PluginRelease extends Object implements Serializable, Comparable<PluginInfo.PluginRelease>
| Modifier and Type | Field and Description |
|---|---|
Date |
date |
String |
requires |
String |
url |
String |
version |
| Constructor and Description |
|---|
PluginInfo.PluginRelease() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PluginInfo.PluginRelease o) |
com.github.zafarkhaja.semver.expr.Expression |
getRequiresExpression()
Get the required version as a SemVer Expression
|
public String version
public Date date
public String requires
public String url
public int compareTo(PluginInfo.PluginRelease o)
compareTo in interface Comparable<PluginInfo.PluginRelease>public com.github.zafarkhaja.semver.expr.Expression getRequiresExpression()
Copyright © 2017. All Rights Reserved.