public class StructureFactory extends Object
| Constructor and Description |
|---|
StructureFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractStructureNode |
getStructure(StructureType type,
Object parent,
boolean detailed)
Returns correct instance by the given type
|
public static final AbstractStructureNode getStructure(StructureType type, Object parent, boolean detailed) throws org.apache.maven.plugin.MojoFailureException
type - StructureTypeparent - Root object which needs to be wrappeddetailed - does user ask details?AbstractStructureNode objectorg.apache.maven.plugin.MojoFailureExceptionCopyright © 2015. All rights reserved.