Class Version


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

      Fields 
      Modifier and Type Field Description
      private static java.lang.String ARTIFACTID  
      private static java.lang.String GROUPID  
      private static java.lang.String REVISION  
      private static java.lang.String VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getARTIFACTID()  
      static java.lang.String getGROUPID()  
      static java.lang.String getREVISION()  
      static java.lang.String getVersion()  
      static java.lang.String getVERSION()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Version

        public Version()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
      • getVERSION

        public static java.lang.String getVERSION()
        Returns:
        the VERSION
      • getGROUPID

        public static java.lang.String getGROUPID()
        Returns:
        the GROUPID
      • getARTIFACTID

        public static java.lang.String getARTIFACTID()
        Returns:
        the ARTIFACTID
      • getREVISION

        public static java.lang.String getREVISION()
        Returns:
        the REVISION