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 StringDATABASE_PASSWORDstatic StringDATABASE_URLstatic StringDATABASE_USERstatic StringRESULT_FILE_ACCESS_URLstatic StringRESULT_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
 
 - 
 
 -