Interface ResolutionListener
public interface ResolutionListener
Listens to the resolution process and handles events.
- Author:
- Brett Porter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intDeprecated.static final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final Stringstatic final intstatic final intstatic final intstatic final intthis event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom -
Method Summary
Modifier and TypeMethodDescriptionvoidendProcessChildren(Artifact artifact) voidincludeArtifact(Artifact artifact) voidmanageArtifact(Artifact artifact, Artifact replacement) Deprecated.voidomitForCycle(Artifact artifact) voidomitForNearer(Artifact omitted, Artifact kept) voidrestrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) voidselectVersionFromRange(Artifact artifact) voidstartProcessChildren(Artifact artifact) voidtestArtifact(Artifact node) voidupdateScope(Artifact artifact, String scope) voidupdateScopeCurrentPom(Artifact artifact, String ignoredScope) This event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom
-
Field Details
-
ROLE
-
TEST_ARTIFACT
static final int TEST_ARTIFACT- See Also:
-
PROCESS_CHILDREN
static final int PROCESS_CHILDREN- See Also:
-
FINISH_PROCESSING_CHILDREN
static final int FINISH_PROCESSING_CHILDREN- See Also:
-
INCLUDE_ARTIFACT
static final int INCLUDE_ARTIFACT- See Also:
-
OMIT_FOR_NEARER
static final int OMIT_FOR_NEARER- See Also:
-
UPDATE_SCOPE
static final int UPDATE_SCOPE- See Also:
-
MANAGE_ARTIFACT
Deprecated.- See Also:
-
OMIT_FOR_CYCLE
static final int OMIT_FOR_CYCLE- See Also:
-
UPDATE_SCOPE_CURRENT_POM
static final int UPDATE_SCOPE_CURRENT_POMthis event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom- See Also:
-
SELECT_VERSION_FROM_RANGE
static final int SELECT_VERSION_FROM_RANGE- See Also:
-
RESTRICT_RANGE
static final int RESTRICT_RANGE- See Also:
-
MANAGE_ARTIFACT_VERSION
static final int MANAGE_ARTIFACT_VERSION- See Also:
-
MANAGE_ARTIFACT_SCOPE
static final int MANAGE_ARTIFACT_SCOPE- See Also:
-
MANAGE_ARTIFACT_SYSTEM_PATH
static final int MANAGE_ARTIFACT_SYSTEM_PATH- See Also:
-
-
Method Details
-
testArtifact
-
startProcessChildren
-
endProcessChildren
-
includeArtifact
-
omitForNearer
-
updateScope
-
manageArtifact
Deprecated. -
omitForCycle
-
updateScopeCurrentPom
This event means that the artifactScope has NOT been updated to a farther node artifactScope because current node is in the first level pom- Parameters:
artifact- current node artifact, the one in the first level pomignoredScope- artifactScope that was ignored because artifact was in first level pom
-
selectVersionFromRange
-
restrictRange
-