Interface ResolutionListener

All Known Implementing Classes:
DebugResolutionListener, WarningResolutionListener

@Deprecated public interface ResolutionListener
Deprecated.
Listens to the resolution process and handles events.
  • 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(Artifact node)
      Deprecated.
    • startProcessChildren

      void startProcessChildren(Artifact artifact)
      Deprecated.
    • endProcessChildren

      void endProcessChildren(Artifact artifact)
      Deprecated.
    • includeArtifact

      void includeArtifact(Artifact artifact)
      Deprecated.
    • omitForNearer

      void omitForNearer(Artifact omitted, Artifact kept)
      Deprecated.
    • updateScope

      void updateScope(Artifact artifact, String scope)
      Deprecated.
    • manageArtifact

      @Deprecated void manageArtifact(Artifact artifact, Artifact replacement)
      Deprecated.
    • omitForCycle

      void omitForCycle(Artifact artifact)
      Deprecated.
    • updateScopeCurrentPom

      void updateScopeCurrentPom(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(Artifact artifact)
      Deprecated.
    • restrictRange

      void restrictRange(Artifact artifact, Artifact replacement, VersionRange newRange)
      Deprecated.