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 StringgetVersion()StringgetVersionDate()static voidmain(String[] args)static voidprintVersion()
-
-
-
Method Detail
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceIVersioned
-
getVersionDate
public String getVersionDate()
- Specified by:
getVersionDatein interfaceIVersioned
-
printVersion
public static void printVersion()
-
main
public static void main(String[] args)
-
-