Class FOMWriter

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

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

      Constructors 
      Constructor Description
      FOMWriter()
      Deprecated.
       
      FOMWriter​(org.apache.abdera.Abdera abdera)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      String getName()
      Deprecated.
       
      String[] getOutputFormats()
      Deprecated.
       
      boolean outputsFormat​(String mediatype)
      Deprecated.
       
      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.AbstractWriter

        getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTo
      • Methods inherited from interface org.apache.abdera.writer.Writer

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

      • FOMWriter

        public FOMWriter()
        Deprecated.
      • FOMWriter

        public FOMWriter​(org.apache.abdera.Abdera abdera)
        Deprecated.
    • Method Detail

      • 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
      • 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
      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface org.apache.abdera.util.NamedItem
      • getOutputFormats

        public String[] getOutputFormats()
        Deprecated.
        Specified by:
        getOutputFormats in interface org.apache.abdera.writer.NamedWriter
      • outputsFormat

        public boolean outputsFormat​(String mediatype)
        Deprecated.
        Specified by:
        outputsFormat in interface org.apache.abdera.writer.NamedWriter