public class DependencyResolutionListener extends ResolutionListenerAdapter
FINISH_PROCESSING_CHILDREN, INCLUDE_ARTIFACT, MANAGE_ARTIFACT, MANAGE_ARTIFACT_SCOPE, MANAGE_ARTIFACT_SYSTEM_PATH, MANAGE_ARTIFACT_VERSION, OMIT_FOR_CYCLE, OMIT_FOR_NEARER, PROCESS_CHILDREN, RESTRICT_RANGE, ROLE, SELECT_VERSION_FROM_RANGE, TEST_ARTIFACT, UPDATE_SCOPE, UPDATE_SCOPE_CURRENT_POM| Constructor and Description |
|---|
DependencyResolutionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
endProcessChildren(org.apache.maven.artifact.Artifact artifact) |
Collection |
getArtifacts() |
DependencyTree |
getDependencyTree() |
void |
includeArtifact(org.apache.maven.artifact.Artifact artifact) |
void |
manageArtifact(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement) |
void |
omitForCycle(org.apache.maven.artifact.Artifact artifact) |
void |
omitForNearer(org.apache.maven.artifact.Artifact omitted,
org.apache.maven.artifact.Artifact kept) |
void |
startProcessChildren(org.apache.maven.artifact.Artifact artifact) |
void |
updateScope(org.apache.maven.artifact.Artifact artifact,
String scope) |
restrictRange, selectVersionFromRange, testArtifact, updateScopeCurrentPompublic DependencyTree getDependencyTree()
public Collection getArtifacts()
public void startProcessChildren(org.apache.maven.artifact.Artifact artifact)
startProcessChildren in interface org.apache.maven.artifact.resolver.ResolutionListenerstartProcessChildren in class ResolutionListenerAdapterpublic void endProcessChildren(org.apache.maven.artifact.Artifact artifact)
endProcessChildren in interface org.apache.maven.artifact.resolver.ResolutionListenerendProcessChildren in class ResolutionListenerAdapterpublic void omitForNearer(org.apache.maven.artifact.Artifact omitted,
org.apache.maven.artifact.Artifact kept)
omitForNearer in interface org.apache.maven.artifact.resolver.ResolutionListeneromitForNearer in class ResolutionListenerAdapterpublic void omitForCycle(org.apache.maven.artifact.Artifact artifact)
omitForCycle in interface org.apache.maven.artifact.resolver.ResolutionListeneromitForCycle in class ResolutionListenerAdapterpublic void includeArtifact(org.apache.maven.artifact.Artifact artifact)
includeArtifact in interface org.apache.maven.artifact.resolver.ResolutionListenerincludeArtifact in class ResolutionListenerAdapterpublic void updateScope(org.apache.maven.artifact.Artifact artifact,
String scope)
updateScope in interface org.apache.maven.artifact.resolver.ResolutionListenerupdateScope in class ResolutionListenerAdapterpublic void manageArtifact(org.apache.maven.artifact.Artifact artifact,
org.apache.maven.artifact.Artifact replacement)
manageArtifact in interface org.apache.maven.artifact.resolver.ResolutionListenermanageArtifact in class ResolutionListenerAdapterCopyright © 2012 Codehaus. All Rights Reserved.