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 SummaryFields Modifier and Type Field Description static StringDATABASE_PASSWORDstatic StringDATABASE_URLstatic StringDATABASE_USERstatic StringRESULT_FILE_ACCESS_URLstatic StringRESULT_FILE_SAVE_LOCATION
 - 
Constructor SummaryConstructors Constructor Description Constants()
 
- 
- 
- 
Field Detail- 
DATABASE_URLpublic static String DATABASE_URL 
 - 
DATABASE_USERpublic static String DATABASE_USER 
 - 
DATABASE_PASSWORDpublic static String DATABASE_PASSWORD 
 - 
RESULT_FILE_SAVE_LOCATIONpublic static String RESULT_FILE_SAVE_LOCATION 
 - 
RESULT_FILE_ACCESS_URLpublic static String RESULT_FILE_ACCESS_URL 
 
- 
 
-