org.jibx.schema.plugin
Class CreateProjectDocsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jibx.schema.plugin.CreateProjectDocsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class CreateProjectDocsMojo
- extends org.apache.maven.plugin.AbstractMojo
Schema library documentation generator.
- Author:
- Don Corley
| 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 |
URL_ENCODING
public static final String URL_ENCODING
- See Also:
- Constant Field Values
STRING_ENCODING
public static final String STRING_ENCODING
- See Also:
- Constant Field Values
CreateProjectDocsMojo
public CreateProjectDocsMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Run
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
scanSubModules
public void scanSubModules(List<String> modulesList,
String moduleLocation,
PrintStream printOut)
throws IOException
- Parameters:
modulesList - moduleLocation - printOut -
- Throws:
IOException
getProjectInfo
public Model getProjectInfo(InputStream inStream)
- Read the template into the model.
- Returns:
writeThisModel
public boolean writeThisModel(Model message,
PrintStream out)
- Write this model to this outstream.
- Parameters:
message - out -
- Returns:
stripProcessingInstructions
public String stripProcessingInstructions(String xml)
Copyright © 2005-2011 jibx.org. All Rights Reserved.