Class VersionManager
- java.lang.Object
-
- org.apache.log4j.chainsaw.version.VersionManager
-
public class VersionManager extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static VersionManager
instance
private static java.lang.String
VERSION_INFO
-
Constructor Summary
Constructors Modifier Constructor Description private
VersionManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VersionManager
getInstance()
java.lang.String
getVersionNumber()
-
-
-
Field Detail
-
instance
private static final VersionManager instance
-
VERSION_INFO
private static final java.lang.String VERSION_INFO
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static final VersionManager getInstance()
-
getVersionNumber
public java.lang.String getVersionNumber()
-
-