Class SystemParameter


  • public class SystemParameter
    extends java.lang.Object
    Author:
    Collin Alpert

    Class for configuring settings in this library, i.e. the database connection.

    • Constructor Summary

      Constructors 
      Constructor Description
      SystemParameter()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • HOST

        public static java.lang.String HOST
      • DATABASE

        public static java.lang.String DATABASE
      • USERNAME

        public static java.lang.String USERNAME
      • PASSWORD

        public static java.lang.String PASSWORD
      • PORT

        public static int PORT
      • LOG_QUERIES

        public static boolean LOG_QUERIES
    • Constructor Detail

      • SystemParameter

        public SystemParameter()