Package com.fauna.env

Class DriverEnvironment


  • public class DriverEnvironment
    extends java.lang.Object
    • Method Detail

      • getVersion

        public static java.lang.String getVersion()
        Retrieves the software version from the "version.properties" file.
        Returns:
        A String representing the software version.
        Throws:
        java.lang.RuntimeException - If the "version.properties" file is not found or if there is an issue reading the file.
      • toString

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