| Package | Description |
|---|---|
| io.fabric8.deployer | |
| io.fabric8.deployer.dto |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
JavaContainers.addMavenDependencies(Map<String,io.fabric8.agent.mvn.Parser> artifacts,
DependencyDTO dependency) |
| 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 |
|---|---|
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(List<DependencyDTO> children) |
Copyright © 2011–2014 Red Hat. All rights reserved.