Class Version


  • public class Version
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Version VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getInvocation()  
      java.lang.String getVersion()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • VERSION

        public static final Version VERSION
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
      • getInvocation

        public java.lang.String getInvocation()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object