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(org.apache.maven.artifact.Artifact artifact) Deprecated.voidincludeArtifact(org.apache.maven.artifact.Artifact artifact) Deprecated.voidmanageArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated.voidomitForCycle(org.apache.maven.artifact.Artifact artifact) Deprecated.voidomitForNearer(org.apache.maven.artifact.Artifact omitted, org.apache.maven.artifact.Artifact kept) Deprecated.voidrestrictRange(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement, org.apache.maven.artifact.versioning.VersionRange newRange) Deprecated.voidselectVersionFromRange(org.apache.maven.artifact.Artifact artifact) Deprecated.voidstartProcessChildren(org.apache.maven.artifact.Artifact artifact) Deprecated.voidtestArtifact(org.apache.maven.artifact.Artifact node) Deprecated.voidupdateScope(org.apache.maven.artifact.Artifact artifact, String scope) Deprecated.voidupdateScopeCurrentPom(org.apache.maven.artifact.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
void testArtifact(org.apache.maven.artifact.Artifact node) Deprecated. -
startProcessChildren
void startProcessChildren(org.apache.maven.artifact.Artifact artifact) Deprecated. -
endProcessChildren
void endProcessChildren(org.apache.maven.artifact.Artifact artifact) Deprecated. -
includeArtifact
void includeArtifact(org.apache.maven.artifact.Artifact artifact) Deprecated. -
omitForNearer
void omitForNearer(org.apache.maven.artifact.Artifact omitted, org.apache.maven.artifact.Artifact kept) Deprecated. -
updateScope
Deprecated. -
manageArtifact
@Deprecated void manageArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement) Deprecated. -
omitForCycle
void omitForCycle(org.apache.maven.artifact.Artifact artifact) 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
void selectVersionFromRange(org.apache.maven.artifact.Artifact artifact) Deprecated. -
restrictRange
void restrictRange(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement, org.apache.maven.artifact.versioning.VersionRange newRange) Deprecated.
-