| Package | Description |
|---|---|
| org.qunix.maven.structure.plugin.core | |
| org.qunix.maven.structure.plugin.interfaces |
| Modifier and Type | Class and Description |
|---|---|
class |
FileStructureNode
File wrapper.
|
class |
FolderStructureNode
Folder wrapper.
|
class |
ModuleStructureNode
Module wrapper.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractStructureNode[] |
AbstractStructureNode.childs |
| Modifier and Type | Method and Description |
|---|---|
AbstractStructureNode[] |
ModuleStructureNode.getChilds() |
AbstractStructureNode[] |
FileStructureNode.getChilds() |
AbstractStructureNode[] |
FolderStructureNode.getChilds() |
static AbstractStructureNode |
StructureFactory.getStructure(StructureType type,
Object parent,
boolean detailed)
Returns correct instance by the given type
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStructureNode[] |
StructureNode.getChilds()
Returns childs of element if any exist
|
Copyright © 2015. All rights reserved.