Package app.consts
Class Config
java.lang.Object
app.consts.Config
The Config class holds constant values and arrays related to file paths and ASCII art titles.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPath to the camp repository file.static final StringPath to the enquiry repository file.static final StringPath to the suggestion repository file.static final String[]Array containing ASCII art title lines.static final String[]Array containing ASCII art lines for goodbye message.static final StringPath to the user repository file. -
Method Summary
-
Field Details
-
USER_REPOSITORY_PATH
Path to the user repository file.- See Also:
-
CAMP_REPOSITORY_PATH
Path to the camp repository file.- See Also:
-
ENQUIRY_REPOSITORY_PATH
Path to the enquiry repository file.- See Also:
-
SUGGESTION_REPOSITORY_PATH
Path to the suggestion repository file.- See Also:
-
titleLines
Array containing ASCII art title lines. -
titleLinesGoodBye
Array containing ASCII art lines for goodbye message.
-