Class ReadSemVer


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

      Constructors 
      Constructor Description
      ReadSemVer​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String read()  
      static java.lang.String read​(java.io.File semverFile)  
      java.lang.String read​(java.lang.String semverFile)  
      • Methods inherited from class java.lang.Object

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

      • ReadSemVer

        public ReadSemVer​(org.gradle.api.Project project)
    • Method Detail

      • read

        public java.lang.String read()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public java.lang.String read​(java.lang.String semverFile)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public static java.lang.String read​(java.io.File semverFile)
                                     throws java.io.IOException
        Throws:
        java.io.IOException