Package de.uhilger.httpserver.adoc
Class AdocActor
- java.lang.Object
-
- de.uhilger.httpserver.adoc.AdocActor
-
public class AdocActor extends Object
Der AdocActor transformiert den Asciidoctor-Quellcode aus einer gegebenen Datei zu HTML oder PDF und legt das Ergebnis als HTML- oder PDF-Datei ab. Der AdocActor benötigt AsciidoctorJ im Classpath.
-
-
Constructor Summary
Constructors Constructor Description AdocActor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getTargetFile(File adocfile, String ext)
void
handle(HttpExchange e, String fileBase, String fileName)
void
processAdocFile(File adocfile, String pdf)
-
-
-
Field Detail
-
HTML
public static final String HTML
- See Also:
- Constant Field Values
-
PDF
public static final String PDF
- See Also:
- Constant Field Values
-
-
Method Detail
-
handle
public void handle(HttpExchange e, String fileBase, String fileName) throws IOException
- Throws:
IOException
-
-