Package com.mg105.utils
Class DataAccessConstants
java.lang.Object
com.mg105.utils.DataAccessConstants
Constants used for data persistence.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The folder where data is stored.static final String
The string representation of falsestatic final String
The string representation of truestatic final String
The file where move data is storedstatic final String
the file where party data is stored -
Constructor Summary
-
Method Summary
-
Field Details
-
BASE_PATH
The folder where data is stored. -
MOVE_DATA_PATH
The file where move data is stored -
PARTY_DATA_PATH
the file where party data is stored -
IS_TRUE
The string representation of true- See Also:
-
IS_FALSE
The string representation of false- See Also:
-
-
Constructor Details
-
DataAccessConstants
public DataAccessConstants()
-