Class PropertiesEmailFileWriter

    • Constructor Detail

      • PropertiesEmailFileWriter

        public PropertiesEmailFileWriter()
    • Method Detail

      • getFormatDescription

        public String getFormatDescription()
        Returns the description of the file format.
        Returns:
        the description
      • getFormatExtensions

        public String[] getFormatExtensions()
        Returns the extension(s) of the file format (without dot).
        Returns:
        the extensions (no dot!)
      • toBlankSeparated

        protected String toBlankSeparated​(Object[] obj)
        Turns the object array into a blank-separated string.
        Parameters:
        obj - the objects to turn into string
        Returns:
        the generated string
      • doWrite

        protected String doWrite​(Email email)
        Performs the actual writing.
        Specified by:
        doWrite in class AbstractEmailWriter
        Parameters:
        email - the email to write
        Returns:
        the error message, null if everything OK