| Package | Description |
|---|---|
| org.azyva.dragom.model | |
| org.azyva.dragom.model.plugin | |
| org.azyva.dragom.reference |
| Modifier and Type | Method and Description |
|---|---|
ArtifactGroupId |
ArtifactGroupIdVersion.getArtifactGroupId() |
static ArtifactGroupId |
ArtifactGroupId.parse(String stringArtifactGroupId)
Parses an ArtifactGroupId literal.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
Model.findModuleByArtifactGroupId(ArtifactGroupId artifactGroupId)
Finds and returns the
Module whose build produces an
ArtifactGroupId. |
| Constructor and Description |
|---|
ArtifactGroupIdVersion(ArtifactGroupId artifactGroupId,
ArtifactVersion artifactVersion)
Constructor using the individual fields.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ArtifactGroupId> |
ArtifactInfoPlugin.getSetDefiniteArtifactGroupIdProduced()
Gets the set of all ArtifactGroupId produced by builds of this module.
|
| Modifier and Type | Method and Description |
|---|---|
List<NodePath> |
FindModuleByArtifactGroupIdPlugin.getListModulePossiblyProduceArtifactGroupId(ArtifactGroupId artifactGroupId)
Returns the (NodePath of the) modules whose build possibly produce an
ArtifactGroupId.
|
boolean |
ArtifactInfoPlugin.isArtifactGroupIdPossiblyProduced(ArtifactGroupId artifactGroupId)
Indicates if builds of this module possibly produce artifacts with a given
ArtifactGroupId.
|
boolean |
ArtifactInfoPlugin.isArtifactGroupIdProduced(ArtifactGroupId artifactGroupId)
Indicates if builds of this module produce artifacts with a given
ArtifactGroupId.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactGroupId |
Reference.getArtifactGroupId() |
| Constructor and Description |
|---|
Reference(ModuleVersion moduleVersion,
ArtifactGroupId artifactGroupId,
ArtifactVersion artifactVersion)
Constructor with no extra implementation data.
|
Reference(ModuleVersion moduleVersion,
ArtifactGroupId artifactGroupId,
ArtifactVersion artifactVersion,
Object implData)
Constructor.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.