| Package | Description |
|---|---|
| io.fabric8.deployer.dto |
| Modifier and Type | Method and Description |
|---|---|
DependencyDTO |
ProjectRequirements.getRootDependency()
Returns the root maven dependency and all of its child dependency tree
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DependencyDTO> |
DependencyDTO.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyDTO.addChild(DependencyDTO childDTO) |
void |
ProjectRequirements.setRootDependency(DependencyDTO rootDependency) |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyDTO.setChildren(java.util.List<DependencyDTO> children) |
Copyright © 2014 Red Hat. All Rights Reserved.