Class SubmissionDateOptions


  • public class SubmissionDateOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean git
      If true and if the submission directory is a git repository, use the date of the last commit.
      java.lang.String in
      Use the contents of the file with this path.
      java.lang.String mod
      Use the last modification date of the file with this path.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)
    • Constructor Detail

      • SubmissionDateOptions

        public SubmissionDateOptions()