Package fi.tut.mei.matchmaking.utils
Class Constants
- java.lang.Object
-
- fi.tut.mei.matchmaking.utils.Constants
-
public class Constants extends Object
Janaka Nawagamuwa created on 13/10/2021
-
-
Field Summary
Fields Modifier and Type Field Description static String
DATABASE_PASSWORD
static String
DATABASE_URL
static String
DATABASE_USER
static String
RESULT_FILE_ACCESS_URL
static String
RESULT_FILE_SAVE_LOCATION
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
DATABASE_URL
public static String DATABASE_URL
-
DATABASE_USER
public static String DATABASE_USER
-
DATABASE_PASSWORD
public static String DATABASE_PASSWORD
-
RESULT_FILE_SAVE_LOCATION
public static String RESULT_FILE_SAVE_LOCATION
-
RESULT_FILE_ACCESS_URL
public static String RESULT_FILE_ACCESS_URL
-
-