| Package | Description |
|---|---|
| com.puresoltechnologies.maven.plugins.license | |
| com.puresoltechnologies.maven.plugins.license.internal |
| Modifier and Type | Method and Description |
|---|---|
protected DependencyTree |
AbstractValidationMojo.loadArtifacts(boolean recursive,
boolean skipTestScope,
boolean skipProvidedScope,
boolean skipOptionals)
This method retrieves all artifacts of the current Maven module.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyTree |
DependencyTree.getParent()
Returns the parent of this dependency.
|
| Modifier and Type | Method and Description |
|---|---|
List<DependencyTree> |
DependencyTree.getAllDependencies()
This method puts all dependencies into a
List. |
List<DependencyTree> |
DependencyTree.getDependencies()
Returns the dependencies of the current
DependencyTree. |
Iterator<DependencyTree> |
DependencyTree.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyTree.addDependency(DependencyTree dependency)
This method adds a new dependency.
|
Copyright © 2013–2015 PureSol Technologies. All rights reserved.