@Mojo(name="diagram")
public class DiagramMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
adjust |
protected boolean |
failIfMissing |
protected String |
format |
protected int |
height |
protected String |
layout |
protected File |
output |
protected String |
outputFileName |
protected String |
path |
protected boolean |
rotateEdges |
protected boolean |
view |
protected int |
width |
| Constructor and Description |
|---|
DiagramMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(property="batchee.path",
required=true)
protected String path
@Parameter(property="batchee.failIfMissing",
defaultValue="false")
protected boolean failIfMissing
@Parameter(property="batchee.viewer",
defaultValue="false")
protected boolean view
@Parameter(property="batchee.width",
defaultValue="640")
protected int width
@Parameter(property="batchee.height",
defaultValue="480")
protected int height
@Parameter(property="batchee.adjust",
defaultValue="false")
protected boolean adjust
@Parameter(property="batchee.outputDir",
defaultValue="${project.build.directory}/batchee-diagram/")
protected File output
@Parameter(property="batchee.format",
defaultValue="png")
protected String format
@Parameter(property="batchee.outputFileName") protected String outputFileName
@Parameter(property="batchee.rotateEdges",
defaultValue="true")
protected boolean rotateEdges
@Parameter(property="batchee.layout",
defaultValue="level")
protected String layout
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.