Interface ResolutionListener
- All Known Implementing Classes:
DebugResolutionListener,WarningResolutionListener
Deprecated.
Listens to the resolution process and handles events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final StringDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.static final intDeprecated.this 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) Deprecated.voidincludeArtifact(Artifact artifact) Deprecated.voidmanageArtifact(Artifact artifact, Artifact replacement) Deprecated.voidomitForCycle(Artifact artifact) Deprecated.voidomitForNearer(Artifact omitted, Artifact kept) Deprecated.voidrestrictRange(Artifact artifact, Artifact replacement, VersionRange newRange) Deprecated.voidselectVersionFromRange(Artifact artifact) Deprecated.voidstartProcessChildren(Artifact artifact) Deprecated.voidtestArtifact(Artifact node) Deprecated.voidupdateScope(Artifact artifact, String scope) Deprecated.voidupdateScopeCurrentPom(Artifact artifact, String ignoredScope) Deprecated.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
Deprecated. -
TEST_ARTIFACT
static final int TEST_ARTIFACTDeprecated.- See Also:
-
PROCESS_CHILDREN
static final int PROCESS_CHILDRENDeprecated.- See Also:
-
FINISH_PROCESSING_CHILDREN
static final int FINISH_PROCESSING_CHILDRENDeprecated.- See Also:
-
INCLUDE_ARTIFACT
static final int INCLUDE_ARTIFACTDeprecated.- See Also:
-
OMIT_FOR_NEARER
static final int OMIT_FOR_NEARERDeprecated.- See Also:
-
UPDATE_SCOPE
static final int UPDATE_SCOPEDeprecated.- See Also:
-
MANAGE_ARTIFACT
Deprecated.- See Also:
-
OMIT_FOR_CYCLE
static final int OMIT_FOR_CYCLEDeprecated.- See Also:
-
UPDATE_SCOPE_CURRENT_POM
static final int UPDATE_SCOPE_CURRENT_POMDeprecated.this 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_RANGEDeprecated.- See Also:
-
RESTRICT_RANGE
static final int RESTRICT_RANGEDeprecated.- See Also:
-
MANAGE_ARTIFACT_VERSION
static final int MANAGE_ARTIFACT_VERSIONDeprecated.- See Also:
-
MANAGE_ARTIFACT_SCOPE
static final int MANAGE_ARTIFACT_SCOPEDeprecated.- See Also:
-
MANAGE_ARTIFACT_SYSTEM_PATH
static final int MANAGE_ARTIFACT_SYSTEM_PATHDeprecated.- See Also:
-
-
Method Details
-
testArtifact
Deprecated. -
startProcessChildren
Deprecated. -
endProcessChildren
Deprecated. -
includeArtifact
Deprecated. -
omitForNearer
Deprecated. -
updateScope
Deprecated. -
manageArtifact
Deprecated. -
omitForCycle
Deprecated. -
updateScopeCurrentPom
Deprecated.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
Deprecated. -
restrictRange
Deprecated.
-