org.apache.camel.maven
Class GenerateDocBookMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.camel.maven.GenerateDocBookMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class GenerateDocBookMojo
- extends org.apache.maven.plugin.AbstractMojo
Goal which extracts the content of a wiki page and converts it to docbook
format
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateDocBookMojo
public GenerateDocBookMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
process
public void process(String resource)
- Extract the wiki content and tranform it into docbook format
- Parameters:
resource
-
createMainXML
public void createMainXML()
downloadImages
public void downloadImages(Node node)
getImageUrls
public List getImageUrls(Node node)
getChapterId
public String getChapterId()
setChapterId
public void setChapterId(String chapterId)
removeExtension
public String removeExtension(String resource)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.