Class PrettyWriter

  • All Implemented Interfaces:
    org.apache.abdera.util.NamedItem, org.apache.abdera.writer.NamedWriter, org.apache.abdera.writer.Writer

    @Deprecated
    public class PrettyWriter
    extends org.apache.abdera.util.AbstractNamedWriter
    implements org.apache.abdera.writer.NamedWriter
    Deprecated.
    • Constructor Summary

      Constructors 
      Constructor Description
      PrettyWriter()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Object write​(org.apache.abdera.model.Base base, org.apache.abdera.writer.WriterOptions options)
      Deprecated.
       
      void writeTo​(org.apache.abdera.model.Base base, OutputStream out, org.apache.abdera.writer.WriterOptions options)
      Deprecated.
       
      void writeTo​(org.apache.abdera.model.Base base, Writer out, org.apache.abdera.writer.WriterOptions options)
      Deprecated.
       
      • Methods inherited from class org.apache.abdera.util.AbstractNamedWriter

        getName, getOutputFormats, outputsFormat
      • Methods inherited from class org.apache.abdera.util.AbstractWriter

        getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTo
      • Methods inherited from interface org.apache.abdera.util.NamedItem

        getName
      • Methods inherited from interface org.apache.abdera.writer.NamedWriter

        getOutputFormats, outputsFormat
      • Methods inherited from interface org.apache.abdera.writer.Writer

        getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTo
    • Constructor Detail

      • PrettyWriter

        public PrettyWriter()
        Deprecated.
    • Method Detail

      • write

        public Object write​(org.apache.abdera.model.Base base,
                            org.apache.abdera.writer.WriterOptions options)
                     throws IOException
        Deprecated.
        Specified by:
        write in interface org.apache.abdera.writer.Writer
        Throws:
        IOException
      • writeTo

        public void writeTo​(org.apache.abdera.model.Base base,
                            OutputStream out,
                            org.apache.abdera.writer.WriterOptions options)
                     throws IOException
        Deprecated.
        Specified by:
        writeTo in interface org.apache.abdera.writer.Writer
        Throws:
        IOException
      • writeTo

        public void writeTo​(org.apache.abdera.model.Base base,
                            Writer out,
                            org.apache.abdera.writer.WriterOptions options)
                     throws IOException
        Deprecated.
        Specified by:
        writeTo in interface org.apache.abdera.writer.Writer
        Throws:
        IOException