Class UserPropertiesArtifactRelocationSource.Relocation

java.lang.Object
org.apache.maven.internal.impl.resolver.relocation.UserPropertiesArtifactRelocationSource.Relocation
Enclosing class:
UserPropertiesArtifactRelocationSource

private static class UserPropertiesArtifactRelocationSource.Relocation extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final boolean
     
    private final Predicate<org.eclipse.aether.artifact.Artifact>
     
    private final org.eclipse.aether.artifact.Artifact
     
    private final org.eclipse.aether.artifact.Artifact
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Relocation(boolean global, org.eclipse.aether.artifact.Artifact source, org.eclipse.aether.artifact.Artifact target)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • predicate

      private final Predicate<org.eclipse.aether.artifact.Artifact> predicate
    • global

      private final boolean global
    • source

      private final org.eclipse.aether.artifact.Artifact source
    • target

      private final org.eclipse.aether.artifact.Artifact target
  • Constructor Details

    • Relocation

      private Relocation(boolean global, org.eclipse.aether.artifact.Artifact source, org.eclipse.aether.artifact.Artifact target)
  • Method Details