| Package | Description |
|---|---|
| org.wildfly.swarm.bootstrap.util |
| Modifier and Type | Method and Description |
|---|---|
MavenArtifactDescriptor |
MavenArtifactDescriptor.Builder.build() |
MavenArtifactDescriptor |
WildFlySwarmDependenciesConf.find(String groupId,
String artifactId,
String packaging,
String classifier) |
static MavenArtifactDescriptor |
MavenArtifactDescriptor.fromMavenGav(String gav) |
static MavenArtifactDescriptor |
MavenArtifactDescriptor.fromMscGav(String gav) |
MavenArtifactDescriptor |
WildFlySwarmApplicationConf.GAVEntry.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends MavenArtifactDescriptor> |
WildFlySwarmBootstrapConf.getEntries() |
List<MavenArtifactDescriptor> |
WildFlySwarmDependenciesConf.getExtraDependencies() |
List<MavenArtifactDescriptor> |
WildFlySwarmDependenciesConf.getPrimaryDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
WildFlySwarmBootstrapConf.addEntry(MavenArtifactDescriptor entry) |
void |
WildFlySwarmDependenciesConf.addExtraDependency(MavenArtifactDescriptor dep) |
void |
WildFlySwarmDependenciesConf.addPrimaryDependency(MavenArtifactDescriptor dep) |
| Constructor and Description |
|---|
GAVEntry(MavenArtifactDescriptor descriptor) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.