Class AbstractNamedWriter

    • Method Detail

      • getName

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

        public java.lang.String[] getOutputFormats()
        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​(java.lang.String mediatype)
        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