Class AbstractNamedWriter

java.lang.Object
org.apache.abdera.util.AbstractWriter
org.apache.abdera.util.AbstractNamedWriter
All Implemented Interfaces:
NamedItem, NamedWriter, Writer

@Deprecated(since="2021-07-29") public abstract class AbstractNamedWriter extends AbstractWriter implements NamedWriter
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Base abstract implementation of NamedWriter
  • Method Details

    • getName

      public String getName()
      Deprecated.
      Specified by:
      getName in interface NamedItem
    • getOutputFormats

      public String[] getOutputFormats()
      Deprecated.
      Description copied from interface: NamedWriter
      Return a listing of MIME Media formats this NamedWriter is capable of outputting.
      Specified by:
      getOutputFormats in interface NamedWriter
    • outputsFormat

      public boolean outputsFormat(String mediatype)
      Deprecated.
      Description copied from interface: NamedWriter
      Returns true if the format produced by this writer matches the specified media type
      Specified by:
      outputsFormat in interface NamedWriter