Package edu.odu.cs.zeil.codegrader
Class SubmissionDateOptions
- java.lang.Object
-
- edu.odu.cs.zeil.codegrader.SubmissionDateOptions
-
public class SubmissionDateOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleangitIf true and if the submission directory is a git repository, use the date of the last commit.java.lang.StringinUse the contents of the file with this path.java.lang.StringmodUse the last modification date of the file with this path.
-
Constructor Summary
Constructors Constructor Description SubmissionDateOptions()
-
-
-
Field Detail
-
mod
public java.lang.String mod
Use the last modification date of the file with this path.
-
in
public java.lang.String in
Use the contents of the file with this path.
-
git
public boolean git
If true and if the submission directory is a git repository, use the date of the last commit. (defaults to true)
-
-