Package de.srsoftware.document.processor
Klasse FileProcessor
java.lang.Object
de.srsoftware.document.processor.FileProcessor
- Alle implementierten Schnittstellen:
de.srsoftware.document.api.Document
abstract class for various file-based renderers
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprovides the command used by the render processabstract List<de.srsoftware.document.api.Document> the list of precursor documents required for rendering this documentde.srsoftware.document.api.RenderResultabstract Stringsoftware()Provides the name of the software used with the processor instancetimeout()the default timeout for the render processtoString()Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden de.srsoftware.document.api.Document
description, id, mimeType, name
-
Konstruktordetails
-
FileProcessor
public FileProcessor()create a new instance
-
-
Methodendetails
-
command
provides the command used by the render process- Parameter:
data- context for the command creation- Gibt zurück:
- a list of strings composing the render command
-
precursors
the list of precursor documents required for rendering this document- Gibt zurück:
- the list of precursor documents required for rendering this document
-
render
- Angegeben von:
renderin Schnittstellede.srsoftware.document.api.Document
-
software
Provides the name of the software used with the processor instance- Gibt zurück:
- a software string
-
timeout
the default timeout for the render process- Gibt zurück:
- a duration of 10 seconds
-
toString
-