org.apache.oozie
Class BuildInfo

java.lang.Object
  extended by org.apache.oozie.BuildInfo

public class BuildInfo
extends Object

This class Provide Oozie build information.


Field Summary
static String BUILD_TIME
           
static String BUILD_USER_NAME
           
static String BUILD_VC_REVISION
           
static String BUILD_VC_URL
           
static String BUILD_VERSION
           
 
Method Summary
static Properties getBuildInfo()
          Return the build info properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUILD_USER_NAME

public static final String BUILD_USER_NAME
See Also:
Constant Field Values

BUILD_TIME

public static final String BUILD_TIME
See Also:
Constant Field Values

BUILD_VERSION

public static final String BUILD_VERSION
See Also:
Constant Field Values

BUILD_VC_REVISION

public static final String BUILD_VC_REVISION
See Also:
Constant Field Values

BUILD_VC_URL

public static final String BUILD_VC_URL
See Also:
Constant Field Values
Method Detail

getBuildInfo

public static Properties getBuildInfo()
Return the build info properties.

Returns:
the build info properties.


Copyright © 2012 Apache Software Foundation. All Rights Reserved.