Interface ResolutionListener

All Known Implementing Classes:
DebugResolutionListener, WarningResolutionListener

@Deprecated public interface ResolutionListener
Deprecated.
Listens to the resolution process and handles events.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final String
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endProcessChildren(org.apache.maven.artifact.Artifact artifact)
    Deprecated.
     
    void
    includeArtifact(org.apache.maven.artifact.Artifact artifact)
    Deprecated.
     
    void
    manageArtifact(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement)
    Deprecated.
    void
    omitForCycle(org.apache.maven.artifact.Artifact artifact)
    Deprecated.
     
    void
    omitForNearer(org.apache.maven.artifact.Artifact omitted, org.apache.maven.artifact.Artifact kept)
    Deprecated.
     
    void
    restrictRange(org.apache.maven.artifact.Artifact artifact, org.apache.maven.artifact.Artifact replacement, org.apache.maven.artifact.versioning.VersionRange newRange)
    Deprecated.
     
    void
    selectVersionFromRange(org.apache.maven.artifact.Artifact artifact)
    Deprecated.
     
    void
    startProcessChildren(org.apache.maven.artifact.Artifact artifact)
    Deprecated.
     
    void
    testArtifact(org.apache.maven.artifact.Artifact node)
    Deprecated.
     
    void
    updateScope(org.apache.maven.artifact.Artifact artifact, String scope)
    Deprecated.
     
    void
    updateScopeCurrentPom(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

      static final String ROLE
      Deprecated.
    • TEST_ARTIFACT

      static final int TEST_ARTIFACT
      Deprecated.
      See Also:
    • PROCESS_CHILDREN

      static final int PROCESS_CHILDREN
      Deprecated.
      See Also:
    • FINISH_PROCESSING_CHILDREN

      static final int FINISH_PROCESSING_CHILDREN
      Deprecated.
      See Also:
    • INCLUDE_ARTIFACT

      static final int INCLUDE_ARTIFACT
      Deprecated.
      See Also:
    • OMIT_FOR_NEARER

      static final int OMIT_FOR_NEARER
      Deprecated.
      See Also:
    • UPDATE_SCOPE

      static final int UPDATE_SCOPE
      Deprecated.
      See Also:
    • MANAGE_ARTIFACT

      @Deprecated static final int MANAGE_ARTIFACT
      Deprecated.
      See Also:
    • OMIT_FOR_CYCLE

      static final int OMIT_FOR_CYCLE
      Deprecated.
      See Also:
    • UPDATE_SCOPE_CURRENT_POM

      static final int UPDATE_SCOPE_CURRENT_POM
      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
      See Also:
    • SELECT_VERSION_FROM_RANGE

      static final int SELECT_VERSION_FROM_RANGE
      Deprecated.
      See Also:
    • RESTRICT_RANGE

      static final int RESTRICT_RANGE
      Deprecated.
      See Also:
    • MANAGE_ARTIFACT_VERSION

      static final int MANAGE_ARTIFACT_VERSION
      Deprecated.
      See Also:
    • MANAGE_ARTIFACT_SCOPE

      static final int MANAGE_ARTIFACT_SCOPE
      Deprecated.
      See Also:
    • MANAGE_ARTIFACT_SYSTEM_PATH

      static final int MANAGE_ARTIFACT_SYSTEM_PATH
      Deprecated.
      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

      void updateScope(org.apache.maven.artifact.Artifact artifact, String scope)
      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

      void updateScopeCurrentPom(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
      Parameters:
      artifact - current node artifact, the one in the first level pom
      ignoredScope - 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.