Class StorageFileNameHelper


  • public final class StorageFileNameHelper
    extends java.lang.Object
    Helper class for storage file name parsing
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.time.LocalDateTime parseDateFromStorageLogFileName​(java.lang.String fileName)
      Parse storage log filename backup date
      static java.time.LocalDateTime parseDateFromStorageTraceabilityFileName​(java.lang.String fileName)
      Parse storage traceability filename start date
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • parseDateFromStorageTraceabilityFileName

        public static java.time.LocalDateTime parseDateFromStorageTraceabilityFileName​(java.lang.String fileName)
        Parse storage traceability filename start date
        Parameters:
        fileName - the fileName to parse
        Returns:
        The parsed start date
      • parseDateFromStorageLogFileName

        public static java.time.LocalDateTime parseDateFromStorageLogFileName​(java.lang.String fileName)
        Parse storage log filename backup date
        Parameters:
        fileName - the fileName to parse
        Returns:
        The parsed start date