public interface ResolutionListener
Modifier and Type | Field and Description |
---|---|
static int |
FINISH_PROCESSING_CHILDREN |
static int |
INCLUDE_ARTIFACT |
static int |
MANAGE_ARTIFACT
Deprecated.
|
static int |
MANAGE_ARTIFACT_SCOPE |
static int |
MANAGE_ARTIFACT_SYSTEM_PATH |
static int |
MANAGE_ARTIFACT_VERSION |
static int |
OMIT_FOR_CYCLE |
static int |
OMIT_FOR_NEARER |
static int |
PROCESS_CHILDREN |
static int |
RESTRICT_RANGE |
static String |
ROLE |
static int |
SELECT_VERSION_FROM_RANGE |
static int |
TEST_ARTIFACT |
static int |
UPDATE_SCOPE |
static int |
UPDATE_SCOPE_CURRENT_POM
this event means that the artifactScope has NOT been updated to a farther node artifactScope because current
node is in the first level pom
|
Modifier and Type | Method and Description |
---|---|
void |
endProcessChildren(Artifact artifact) |
void |
includeArtifact(Artifact artifact) |
void |
manageArtifact(Artifact artifact,
Artifact replacement)
Deprecated.
|
void |
omitForCycle(Artifact artifact) |
void |
omitForNearer(Artifact omitted,
Artifact kept) |
void |
restrictRange(Artifact artifact,
Artifact replacement,
VersionRange newRange) |
void |
selectVersionFromRange(Artifact artifact) |
void |
startProcessChildren(Artifact artifact) |
void |
testArtifact(Artifact node) |
void |
updateScope(Artifact artifact,
String scope) |
void |
updateScopeCurrentPom(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
|
static final int TEST_ARTIFACT
static final int PROCESS_CHILDREN
static final int FINISH_PROCESSING_CHILDREN
static final int INCLUDE_ARTIFACT
static final int OMIT_FOR_NEARER
static final int UPDATE_SCOPE
@Deprecated static final int MANAGE_ARTIFACT
static final int OMIT_FOR_CYCLE
static final int UPDATE_SCOPE_CURRENT_POM
static final int SELECT_VERSION_FROM_RANGE
static final int RESTRICT_RANGE
static final int MANAGE_ARTIFACT_VERSION
static final int MANAGE_ARTIFACT_SCOPE
static final int MANAGE_ARTIFACT_SYSTEM_PATH
void testArtifact(Artifact node)
void startProcessChildren(Artifact artifact)
void endProcessChildren(Artifact artifact)
void includeArtifact(Artifact artifact)
void omitForNearer(Artifact omitted, Artifact kept)
void updateScope(Artifact artifact, String scope)
@Deprecated void manageArtifact(Artifact artifact, Artifact replacement)
void omitForCycle(Artifact artifact)
void updateScopeCurrentPom(Artifact artifact, String ignoredScope)
artifact
- current node artifact, the one in the first level pomignoredScope
- artifactScope that was ignored because artifact was in first level pomvoid selectVersionFromRange(Artifact artifact)
void restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange)
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.