cascading.util
Class Version
java.lang.Object
cascading.util.Version
public class Version
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASCADING_RELEASE_MAJOR
public static final String CASCADING_RELEASE_MAJOR
- See Also:
- Constant Field Values
CASCADING_RELEASE_MINOR
public static final String CASCADING_RELEASE_MINOR
- See Also:
- Constant Field Values
CASCADING_BUILD_NUMBER
public static final String CASCADING_BUILD_NUMBER
- See Also:
- Constant Field Values
CASCADING
public static final String CASCADING
- See Also:
- Constant Field Values
versionProperties
public static Properties versionProperties
Version
public Version()
printBanner
public static void printBanner()
getVersionString
public static String getVersionString()
getRelease
public static String getRelease()
getReleaseFull
public static String getReleaseFull()
hasMajorMinorVersionInfo
public static boolean hasMajorMinorVersionInfo()
hasAllVersionInfo
public static boolean hasAllVersionInfo()
getReleaseBuild
public static String getReleaseBuild()
getReleaseMinor
public static String getReleaseMinor()
getReleaseMajor
public static String getReleaseMajor()
loadVersionProperties
public static Properties loadVersionProperties()
throws IOException
- Throws:
IOException
Copyright © 2007-2013 Concurrent, Inc. All Rights Reserved.