Package net.loomchild.segment.util
Class Version
- java.lang.Object
-
- net.loomchild.segment.util.Version
-
public class Version extends Object
Retrieves segment version. Singleton.- Author:
- loomchild
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATE_ATTRIBUTE
static String
VERSION_ATTRIBUTE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDate()
static Version
getInstance()
String
getVersion()
-
-
-
Field Detail
-
VERSION_ATTRIBUTE
public static final String VERSION_ATTRIBUTE
- See Also:
- Constant Field Values
-
DATE_ATTRIBUTE
public static final String DATE_ATTRIBUTE
- See Also:
- Constant Field Values
-
-