| Package | Description |
|---|---|
| org.graylog2.plugin |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.CURRENT_CLASSPATH
Reads the current version from the classpath, using version.properties and git.properties.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
PluginMetaData.getRequiredVersion() |
Version |
PluginMetaData.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
Version.compareTo(Version that) |
boolean |
Version.greaterMinor(Version other)
Check if this version is higher than the passed other version.
|
boolean |
Version.sameOrHigher(Version other) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.