Class TimestampFile

    • Field Detail

      • m_TimeZone

        protected TimeZone m_TimeZone
        the timezone to use.
      • m_Formatter

        protected transient DateFormat m_Formatter
        for generating the timestamp.
    • Constructor Detail

      • TimestampFile

        public TimestampFile()
    • Method Detail

      • getFormatter

        protected DateFormat getFormatter()
        Returns the instance of a date formatter to use.
        Returns:
        the formatter object
      • getDefaultFormat

        protected DateFormatString getDefaultFormat()
        Returns the default format to use.
        Returns:
        the format
      • setFormat

        public void setFormat​(DateFormatString value)
        Sets the format string to use.
        Parameters:
        value - the format
      • getFormat

        public DateFormatString getFormat()
        Returns the format string in use.
        Returns:
        the format
      • formatTipText

        public String formatTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setTimeZone

        public void setTimeZone​(TimeZone value)
        Sets the time zone to use.
        Parameters:
        value - the time zone
      • getTimeZone

        public TimeZone getTimeZone()
        Returns the time zone in use.
        Returns:
        the time zone
      • timeZoneTipText

        public String timeZoneTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setFile

        public void setFile​(PlaceholderFile value)
        Sets the file to update.
        Parameters:
        value - the file
      • getFile

        public PlaceholderFile getFile()
        Returns the file to update.
        Returns:
        the file
      • fileTipText

        public String fileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • notify

        public String notify​(Flow flow)
        Sends a notification.
        Specified by:
        notify in class AbstractNotification
        Parameters:
        flow - the flow that triggered the notification
        Returns:
        null if successfully notified, otherwise the error message