Class NoopDependencyGraphTransformer

java.lang.Object
org.eclipse.aether.util.graph.transformer.NoopDependencyGraphTransformer
All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformer

public final class NoopDependencyGraphTransformer extends Object implements org.eclipse.aether.collection.DependencyGraphTransformer
A dependency graph transformer that does not perform any changes on its input.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.eclipse.aether.collection.DependencyGraphTransformer
    A ready-made instance of this dependency graph transformer which can safely be reused throughout an entire application regardless of multi-threading.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance of this graph transformer.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.aether.graph.DependencyNode
    transformGraph(org.eclipse.aether.graph.DependencyNode node, org.eclipse.aether.collection.DependencyGraphTransformationContext context)
     

    Methods inherited from class java.lang.Object

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

    • INSTANCE

      public static final org.eclipse.aether.collection.DependencyGraphTransformer INSTANCE
      A ready-made instance of this dependency graph transformer which can safely be reused throughout an entire application regardless of multi-threading.
  • Constructor Details

  • Method Details

    • transformGraph

      public org.eclipse.aether.graph.DependencyNode transformGraph(org.eclipse.aether.graph.DependencyNode node, org.eclipse.aether.collection.DependencyGraphTransformationContext context) throws org.eclipse.aether.RepositoryException
      Specified by:
      transformGraph in interface org.eclipse.aether.collection.DependencyGraphTransformer
      Throws:
      org.eclipse.aether.RepositoryException