|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormatHandler
Handles format-specific processing steps.
| Method Summary | |
|---|---|
void |
attachOutput(java.io.File sourceFile,
org.apache.maven.project.MavenProjectHelper projectHelper)
Attaches the formatting output (after possibly bundling it into an archive) to the maven project. |
java.io.File |
prepareDirectory()
This is used during the prepare-resources phase to create and prepare the format specific output directory for rendering. |
void |
render(java.io.File source)
Performs the actual rendering or transforming of the DocBook sources into the respective output format. |
| Method Detail |
|---|
java.io.File prepareDirectory()
throws RenderingException
RenderingException - Indicates problem preparing output directory
void render(java.io.File source)
throws RenderingException,
XSLTException
source - The source DocBook file.
RenderingException - Problem writing the output file(s).
XSLTException - Problem performing XSL transformation.
void attachOutput(java.io.File sourceFile,
org.apache.maven.project.MavenProjectHelper projectHelper)
throws RenderingException
sourceFile - The source DocBook file.projectHelper - The project helper (used to attach produced artifact)
RenderingException - Indicates problem performing attaching
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||