com.github.jknack.amd4j
Class AnalizeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.github.jknack.amd4j.Amd4jMojo
com.github.jknack.amd4j.AnalizeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class AnalizeMojo
- extends Amd4jMojo
Analyze an AMD script file.
- Since:
- 0.1.0
| 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 |
AnalizeMojo
public AnalizeMojo()
doExecute
protected void doExecute(Amd4j amd4j,
Config config)
throws IOException
- Description copied from class:
Amd4jMojo
- Execute the command.
- Specified by:
doExecute in class Amd4jMojo
- Parameters:
amd4j - An Amd4j instance.config - The configuration options.
- Throws:
IOException - If something goes wrong.
header
protected String header(String name)
- Description copied from class:
Amd4jMojo
- Generated a header for error reporting.
- Overrides:
header in class Amd4jMojo
- Parameters:
name - The script's name.
- Returns:
- A header.
Copyright © 2013. All Rights Reserved.