public class DrillVersionInfo extends Object
org.apache.maven.artifact.versioning.ComparableVersion).| Modifier and Type | Field and Description |
|---|---|
static Version |
VERSION
The version extracted from Maven POM file at build time.
|
| Constructor and Description |
|---|
DrillVersionInfo() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBuildNumber()
Get the Drill build number from pom
|
static int |
getMajorVersion()
Get the Drill major version from pom
|
static int |
getMinorVersion()
Get the Drill minor version from pom
|
static int |
getPatchVersion()
Get the Drill patch version from pom
|
static String |
getQualifier()
Get the Drill version qualifier from pom
|
static String |
getVersion()
Get the Drill version from pom
|
public static final Version VERSION
public static String getVersion()
public static int getMajorVersion()
public static int getMinorVersion()
public static int getPatchVersion()
public static int getBuildNumber()
public static String getQualifier()
Copyright © 2017 The Apache Software Foundation. All rights reserved.