Uses of Class
org.graylog2.plugin.Version
Packages that use Version
Package
Description
-
Uses of Version in org.graylog.plugins.threatintel
Methods in org.graylog.plugins.threatintel that return VersionModifier and TypeMethodDescriptionThreatIntelPluginMetaData.getRequiredVersion()ThreatIntelPluginMetaData.getVersion() -
Uses of Version in org.graylog2.bootstrap
Fields in org.graylog2.bootstrap declared as Version -
Uses of Version in org.graylog2.contentpacks.model.constraints
Methods in org.graylog2.contentpacks.model.constraints with parameters of type Version -
Uses of Version in org.graylog2.plugin
Fields in org.graylog2.plugin declared as VersionModifier and TypeFieldDescriptionstatic final VersionVersion.CURRENT_CLASSPATHReads the current version from the classpath, using version.properties and git.properties.Methods in org.graylog2.plugin that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.from(int major, int minor, int patch) Build validVersionfrom major, minor, and patch version ("X.Y.Z").static VersionBuild validVersionfrom major, minor, and patch version ("X.Y.Z").static VersionBuild validVersionfrom major, minor, and patch version ("X.Y.Z").static VersionVersion.fromClasspathProperties(Class<?> clazz, String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version frompath(propertyNameproperty) andgitPath(gitPropertyNameproperty) from the classpath.static VersionVersion.fromClasspathProperties(String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version frompath(propertyNameproperty) andgitPath(gitPropertyNameproperty) from the classpath.static VersionVersion.fromClasspathProperties(String path, String gitPath, Version defaultVersion) Try to read the version frompath(project.versionproperty) andgitPath(git.commit.idproperty) from the classpath.static VersionVersion.fromClasspathProperties(Version defaultVersion) Try to read the version from version.properties (project.versionproperty) and git.properties (git.commit.idproperty) from the classpath.static VersionVersion.fromPluginProperties(Class<?> pluginClass, String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version from the graylog-plugin.properties file included in a plugin and git.properties (git.commit.idproperty) from the classpath..static VersionVersion.fromPluginProperties(Class<?> pluginClass, String path, String propertyName, Version defaultVersion) Try to read the version from the graylog-plugin.properties file included in a plugin.PluginMetaData.getRequiredVersion()PluginMetaData.getVersion()Methods in org.graylog2.plugin with parameters of type VersionModifier and TypeMethodDescriptionintstatic VersionVersion.fromClasspathProperties(Class<?> clazz, String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version frompath(propertyNameproperty) andgitPath(gitPropertyNameproperty) from the classpath.static VersionVersion.fromClasspathProperties(String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version frompath(propertyNameproperty) andgitPath(gitPropertyNameproperty) from the classpath.static VersionVersion.fromClasspathProperties(String path, String gitPath, Version defaultVersion) Try to read the version frompath(project.versionproperty) andgitPath(git.commit.idproperty) from the classpath.static VersionVersion.fromClasspathProperties(Version defaultVersion) Try to read the version from version.properties (project.versionproperty) and git.properties (git.commit.idproperty) from the classpath.static VersionVersion.fromPluginProperties(Class<?> pluginClass, String path, String propertyName, String gitPath, String gitPropertyName, Version defaultVersion) Try to read the version from the graylog-plugin.properties file included in a plugin and git.properties (git.commit.idproperty) from the classpath..static VersionVersion.fromPluginProperties(Class<?> pluginClass, String path, String propertyName, Version defaultVersion) Try to read the version from the graylog-plugin.properties file included in a plugin.booleanVersion.greaterMinor(Version other) Deprecated.booleanVersion.sameOrHigher(Version other)