| Package | Description |
|---|---|
| org.azyva.dragom.maven |
| Modifier and Type | Method and Description |
|---|---|
Pom.ReferencedArtifactType |
Pom.ReferencedArtifact.getReferencedArtifactType() |
static Pom.ReferencedArtifactType |
Pom.ReferencedArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pom.ReferencedArtifactType[] |
Pom.ReferencedArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Pom.ReferencedArtifact> |
Pom.getListReferencedArtifact(EnumSet<Pom.ReferencedArtifactType> enumSetReferencedArtifactType,
String filterGroupId,
String filterArtifactId,
String filterVersion)
Gets referenced artifacts.
|
| Constructor and Description |
|---|
ReferencedArtifact(Pom.ReferencedArtifactType referencedArtifactType,
String groupId,
String artifactId,
String version)
Constructor.
|
Copyright © 2015–2016 AZYVA INC.. All rights reserved.