Interface SnapshotDateParser

All Known Implementing Classes:
ModificationTimerParser, YYMMDDHHIISSParser

public interface SnapshotDateParser
A name parser attempts to make sense of a filename for a snapshot.
  • Method Summary

    Modifier and Type
    Method
    Description
    Attempt to detect a date from a file.
  • Method Details

    • detectDate

      @Nullable Calendar detectDate(File file)
      Attempt to detect a date from a file.
      Parameters:
      file - the file
      Returns:
      date or null