org.pentaho.di.version
Class BuildVersion
java.lang.Object
org.pentaho.di.version.BuildVersion
public class BuildVersion
- extends Object
Singleton class to allow us to see on which date & time the kettle3.jar was built.
- Since:
- 2006-aug-12
- Author:
- Matt
REFERENCE_FILE
public static final String REFERENCE_FILE
- See Also:
- Constant Field Values
getInstance
public static final BuildVersion getInstance()
- Returns:
- the instance of the BuildVersion singleton
getBuildDate
public String getBuildDate()
- Returns:
- the buildDate
getBuildDateAsLocalDate
public Date getBuildDateAsLocalDate()
setBuildDate
public void setBuildDate(String buildDate)
- Parameters:
buildDate
- the buildDate to set
getVersion
public String getVersion()
- Returns:
- the version
setVersion
public void setVersion(String version)
- Parameters:
revision
- the version to set
getRevision
public String getRevision()
- Returns:
- the revision
setRevision
public void setRevision(String revision)
- Parameters:
revision
- the revision to set
getBuildUser
public String getBuildUser()
- Returns:
- the buildUser
setBuildUser
public void setBuildUser(String buildUser)
- Parameters:
buildUser
- the buildUser to set