Skip navigation links
A B C D E F G H I M O P S V 

A

AbstractStructureNode<T> - Class in org.qunix.maven.structure.plugin.core
 
AbstractStructureNode(T, boolean) - Constructor for class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 

B

build(Object, StructureType, boolean, Log, String[], File...) - Method in class org.qunix.maven.structure.plugin.core.StructureBuilder
Collects user/env.

C

childs - Variable in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
content - Variable in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 

D

detailEnabled - Variable in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 

E

execute() - Method in class org.qunix.maven.structure.plugin.StructureAllFilesMojo
 
execute() - Method in class org.qunix.maven.structure.plugin.StructureAllFoldersMojo
 
execute() - Method in class org.qunix.maven.structure.plugin.StructureAllModules
 

F

FileStructureNode - Class in org.qunix.maven.structure.plugin.core
File wrapper.
FileStructureNode(File, boolean) - Constructor for class org.qunix.maven.structure.plugin.core.FileStructureNode
Default constructor to inform super
FolderStructureNode - Class in org.qunix.maven.structure.plugin.core
Folder wrapper.
FolderStructureNode(File, boolean) - Constructor for class org.qunix.maven.structure.plugin.core.FolderStructureNode
Default constructor

G

getChilds() - Method in class org.qunix.maven.structure.plugin.core.FileStructureNode
 
getChilds() - Method in class org.qunix.maven.structure.plugin.core.FolderStructureNode
 
getChilds() - Method in class org.qunix.maven.structure.plugin.core.ModuleStructureNode
 
getChilds() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
Returns childs of element if any exist
getDetailedName() - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
getDetailedName() - Method in class org.qunix.maven.structure.plugin.core.FileStructureNode
 
getDetailedName() - Method in class org.qunix.maven.structure.plugin.core.ModuleStructureNode
 
getHeader() - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
getHeader() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
Header of output
getName() - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
getName() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
if detailed output is not asked then it will call StructureNode.getNodeName() else it will return full details
getNodeName() - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
getNodeName() - Method in class org.qunix.maven.structure.plugin.core.FileStructureNode
 
getNodeName() - Method in class org.qunix.maven.structure.plugin.core.ModuleStructureNode
 
getNodeName() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
Returns file.name or artifactId for maven project
getOutput(String) - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
getOutput(String) - Method in interface org.qunix.maven.structure.plugin.interfaces.Printable
Returns tree output just for this node
getParentName() - Method in class org.qunix.maven.structure.plugin.core.FileStructureNode
 
getParentName() - Method in class org.qunix.maven.structure.plugin.core.ModuleStructureNode
 
getParentName() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
this is for modules to validate if they are not printed multiple time referring to their parent, files always return null
getStructure(StructureType, Object, boolean) - Static method in class org.qunix.maven.structure.plugin.core.StructureFactory
Returns correct instance by the given type
getValue() - Method in enum org.qunix.maven.structure.plugin.core.types.StructureOutput
 

H

hasMoreChilds(int, String[]) - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
hasMoreChilds(int, String[]) - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
Utility method for below case:
While you are iterating you know that you know there is more files but you are not sure if those files needs to be ignored.

I

isEmpty() - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
isEmpty() - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
 
isValid(String[], String...) - Method in class org.qunix.maven.structure.plugin.core.AbstractStructureNode
 
isValid(String[], String...) - Method in class org.qunix.maven.structure.plugin.core.FolderStructureNode
 
isValid(String[], String...) - Method in interface org.qunix.maven.structure.plugin.interfaces.StructureNode
Regex validation for single node

M

ModuleStructureNode - Class in org.qunix.maven.structure.plugin.core
Module wrapper.
ModuleStructureNode(MavenProject, boolean) - Constructor for class org.qunix.maven.structure.plugin.core.ModuleStructureNode
Default constructor

O

org.qunix.maven.structure.plugin - package org.qunix.maven.structure.plugin
 
org.qunix.maven.structure.plugin.core - package org.qunix.maven.structure.plugin.core
 
org.qunix.maven.structure.plugin.core.types - package org.qunix.maven.structure.plugin.core.types
 
org.qunix.maven.structure.plugin.interfaces - package org.qunix.maven.structure.plugin.interfaces
 

P

Printable - Interface in org.qunix.maven.structure.plugin.interfaces
 

S

setIgnores(String[]) - Method in class org.qunix.maven.structure.plugin.StructureAllFilesMojo
This list will be injected by maven
setIgnores(String[]) - Method in class org.qunix.maven.structure.plugin.StructureAllFoldersMojo
This list will be injected by maven
setIgnores(String[]) - Method in class org.qunix.maven.structure.plugin.StructureAllModules
 
StructureAllFilesMojo - Class in org.qunix.maven.structure.plugin
Goal to print all files
StructureAllFilesMojo() - Constructor for class org.qunix.maven.structure.plugin.StructureAllFilesMojo
 
StructureAllFoldersMojo - Class in org.qunix.maven.structure.plugin
Goal to print all folders
StructureAllFoldersMojo() - Constructor for class org.qunix.maven.structure.plugin.StructureAllFoldersMojo
 
StructureAllModules - Class in org.qunix.maven.structure.plugin
Goal to print all modules
StructureAllModules() - Constructor for class org.qunix.maven.structure.plugin.StructureAllModules
 
StructureBuilder - Class in org.qunix.maven.structure.plugin.core
Builder class to generate ascii tree from AbstractStructureNode
StructureBuilder() - Constructor for class org.qunix.maven.structure.plugin.core.StructureBuilder
 
StructureFactory - Class in org.qunix.maven.structure.plugin.core
Factory class to return right instance by the given type
StructureFactory() - Constructor for class org.qunix.maven.structure.plugin.core.StructureFactory
 
StructureNode<N> - Interface in org.qunix.maven.structure.plugin.interfaces
 
StructureOutput - Enum in org.qunix.maven.structure.plugin.core.types
 
StructureType - Enum in org.qunix.maven.structure.plugin.core.types
 

V

valueOf(String) - Static method in enum org.qunix.maven.structure.plugin.core.types.StructureOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.qunix.maven.structure.plugin.core.types.StructureType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.qunix.maven.structure.plugin.core.types.StructureOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.qunix.maven.structure.plugin.core.types.StructureType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I M O P S V 
Skip navigation links

Copyright © 2015. All rights reserved.