Class VersionInfo


  • public class VersionInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionInfo()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getArtifactCoordinates()  
      java.lang.String getArtifactId()  
      java.lang.String getGroupId()  
      java.lang.String getVersion()  
      • Methods inherited from class java.lang.Object

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

      • VersionInfo

        public VersionInfo()
    • Method Detail

      • getVersion

        public java.lang.String getVersion()
      • getArtifactId

        public java.lang.String getArtifactId()
      • getGroupId

        public java.lang.String getGroupId()
      • getArtifactCoordinates

        public java.lang.String getArtifactCoordinates()