| Package | Description |
|---|---|
| org.jboss.windup.graph.dao | |
| org.jboss.windup.graph.model.meta.xml |
| Modifier and Type | Method and Description |
|---|---|
MavenFacet |
MavenFacetDao.createMaven(String groupId,
String artifactId,
String version) |
MavenFacet |
MavenFacetDao.findByGroupArtifactVersion(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
MavenFacet |
MavenFacet.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<MavenFacet> |
MavenFacet.getChildModules() |
Iterable<MavenFacet> |
MavenFacet.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenFacet.addChildModule(MavenFacet maven) |
void |
MavenFacet.addDependency(MavenFacet maven) |
void |
MavenFacet.setParent(MavenFacet maven) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.