| Package | Description |
|---|---|
| org.azyva.dragom.model.plugin | |
| org.azyva.dragom.reference |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<ModuleVersionMatcherPlugin.MatchFlag> |
ModuleVersionMatcherPlugin.matches(ReferencePath referencePath,
ModuleVersion moduleVersion,
ByReference<String> byReferenceMessage)
Called to verify if a ModuleVersion matches.
|
Version |
SelectDynamicVersionPlugin.selectDynamicVersion(Version version,
ByReference<Version> byReferenceVersionBase,
ReferencePath referencePath)
Selects a dynamic Version based on an existing Version which can be static
(e.g., hotfix Version based on a release Version) or dynamic (e.g., feature
Version based on a project Version).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReferencePath.add(ReferencePath referencePath)
Adds a ReferencePath to the end of this ReferencePath.
|
void |
ReferenceGraph.addMatchedReferencePath(ReferencePath referencePath)
Adds a complete
ReferencePath to the ReferenceGraph and makes the leaf
ModuleVersion matched. |
boolean |
ReferencePathMatcherVersionAttribute.canMatchChildren(ReferencePath referencePath) |
boolean |
ReferencePathMatcherOr.canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherOr can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcherNot.canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherNot can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcherByElement.canMatchChildren(ReferencePath referencePath)
Verifies if a ReferencePathMatcherByElement can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcherAnd.canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherAnd can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcherAll.canMatchChildren(ReferencePath referencePath)
Verifies if the ReferencePathMatcherAll can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcher.canMatchChildren(ReferencePath referencePath)
Verifies if a ReferencePathMatcher can potentially match children of a
ReferencePath.
|
boolean |
ReferencePathMatcherVersionAttribute.matches(ReferencePath referencePath) |
boolean |
ReferencePathMatcherOr.matches(ReferencePath referencePath)
Verifies if the ReferencePathMatcherOr matches a ReferencePath.
|
boolean |
ReferencePathMatcherNot.matches(ReferencePath referencePath)
Verifies if the ReferencePathMatcherNot matches a ReferencePath.
|
boolean |
ReferencePathMatcherByElement.matches(ReferencePath referencePath)
Verifies if a ReferencePathMatcherByElement matches a ReferencePath.
|
boolean |
ReferencePathMatcherAnd.matches(ReferencePath referencePath)
Verifies if a ReferencePathMatcherAnd matches a ReferencePath.
|
boolean |
ReferencePathMatcherAll.matches(ReferencePath referencePath)
Verifies if the ReferencePathMatcherAll matches a ReferencePath.
|
boolean |
ReferencePathMatcher.matches(ReferencePath referencePath)
Verifies if a ReferencePathMatcher matches a ReferencePath.
|
ReferenceGraph.VisitControl |
ReferenceGraph.Visitor.visit(ReferenceGraph referenceGraph,
ReferencePath referencePath,
EnumSet<ReferenceGraph.VisitAction> enumSetVisitAction)
Called when visiting a
ModuleVersion in the ReferenceGraph. |
| Constructor and Description |
|---|
ReferencePath(ReferencePath referencePath)
Copy constructor.
|
Copyright © 2015–2017 AZYVA INC.. All rights reserved.