Package page.codeberg.friedolyn
Class Friedolyn.LocalDirectories
java.lang.Object
page.codeberg.friedolyn.Friedolyn.LocalDirectories
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull Path
The default path to the folder where an up-to-date version of theuser agents
should be stored.static final @NonNull Path
The default path to the folder where the e-mails sent via thecontact form
should be stored.static final @NonNull Path
The default path to the folder where the Log4J logs of the Friedolyn application should be stored.static final @NonNull Path
The default path to the folder where the PDF files containing the student's grades should be stored.static final @NonNull Path
The default path to the folder where HTML files sent back by the Friedolin server should be stored. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMAILS
The default path to the folder where the e-mails sent via thecontact form
should be stored. The path is relative to theinvalid reference
Friedolyn directory
-
RESPONSES
The default path to the folder where HTML files sent back by the Friedolin server should be stored. The path is relative to theinvalid reference
Friedolyn directory
-
PDF
The default path to the folder where the PDF files containing the student's grades should be stored. The path is relative to theinvalid reference
Friedolyn directory
-
DATA
The default path to the folder where an up-to-date version of theuser agents
should be stored. The path is relative to theinvalid reference
Friedolyn directory
- See Also:
-
LOGS
-
-
Constructor Details
-
LocalDirectories
public LocalDirectories()
-