public class StructureBuilder extends Object
AbstractStructureNode| Constructor and Description |
|---|
StructureBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(Object root,
StructureType type,
boolean detailed,
org.apache.maven.plugin.logging.Log logger,
String[] ignores,
File... outputFile)
Collects user/env.
|
public void build(Object root, StructureType type, boolean detailed, org.apache.maven.plugin.logging.Log logger, String[] ignores, File... outputFile) throws org.apache.maven.plugin.MojoFailureException
AbstractStructureNode object and calls a recursive to put outputs togetherroot - root nodetype - StructureType (from maven goal)detailed - does user wants details outputlogger - default logger instance for mojoignores - list of regexpatterns to ignoreoutputFile - does user wants to write output into file? If null then it will be printed into screenorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2015. All rights reserved.