Class BaseDefinitionDeployer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean timestampVersionIsNewer​(java.lang.String newTimestampVersion, java.lang.String oldTimestampVersion)  
      • Methods inherited from class java.lang.Object

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

      • VERSION_DATE_FORMAT

        protected static final java.time.format.DateTimeFormatter VERSION_DATE_FORMAT
      • VERSION_DATETIME_FORMAT

        protected static final java.time.format.DateTimeFormatter VERSION_DATETIME_FORMAT
    • Constructor Detail

      • BaseDefinitionDeployer

        public BaseDefinitionDeployer()
    • Method Detail

      • timestampVersionIsNewer

        protected boolean timestampVersionIsNewer​(java.lang.String newTimestampVersion,
                                                  java.lang.String oldTimestampVersion)