public class CreateProjectDocsMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_ENCODING |
static String |
URL_ENCODING |
| Constructor and Description |
|---|
CreateProjectDocsMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Run
|
Model |
getProjectInfo(InputStream inStream)
Read the template into the model.
|
void |
scanSubModules(List<String> modulesList,
String moduleLocation,
PrintStream printOut) |
String |
stripProcessingInstructions(String xml) |
boolean |
writeThisModel(Model message,
PrintStream out)
Write this model to this outstream.
|
public static final String URL_ENCODING
public static final String STRING_ENCODING
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureExceptionpublic void scanSubModules(List<String> modulesList, String moduleLocation, PrintStream printOut) throws IOException
modulesList - moduleLocation - printOut - IOExceptionpublic Model getProjectInfo(InputStream inStream)
public boolean writeThisModel(Model message, PrintStream out)
message - out - Copyright © 2005-2014 jibx.org. All Rights Reserved.