Package io.ciera.runtime
Class Version
- java.lang.Object
-
- io.ciera.runtime.Version
-
- All Implemented Interfaces:
IVersioned
public class Version extends Object implements IVersioned
-
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getVersion()
String
getVersionDate()
static void
main(String[] args)
static void
printVersion()
-
-
-
Method Detail
-
getVersion
public String getVersion()
- Specified by:
getVersion
in interfaceIVersioned
-
getVersionDate
public String getVersionDate()
- Specified by:
getVersionDate
in interfaceIVersioned
-
printVersion
public static void printVersion()
-
main
public static void main(String[] args)
-
-