Klasse FigletDoc

java.lang.Object
de.srsoftware.document.processor.PipeProcessor
de.srsoftware.document.processor.figlet.FigletDoc
Alle implementierten Schnittstellen:
de.srsoftware.document.api.Document

public abstract class FigletDoc extends PipeProcessor
Creates figlet text files from a text file
  • Konstruktordetails

    • FigletDoc

      public FigletDoc()
      create a new instance
  • Methodendetails

    • command

      protected List<String> command(Map<String,Object> data)
      Beschreibung aus Klasse kopiert: PipeProcessor
      provides the command used by the render process
      Angegeben von:
      command in Klasse PipeProcessor
      Parameter:
      data - context for the command creation
      Gibt zurück:
      a list of strings composing the render command
    • description

      public String description()
    • id

      public String id()
    • mimeType

      public String mimeType()
    • source

      protected abstract de.srsoftware.document.api.Document source()
      the precursor for creating the figlet output
      Gibt zurück:
      a document
    • timeout

      public Duration timeout()
      Beschreibung aus Klasse kopiert: PipeProcessor
      timeout for the render process
      Setzt außer Kraft:
      timeout in Klasse PipeProcessor
      Gibt zurück:
      defaults to a duration of 10 seconds