Class NoopDependencyGraphTransformer

  • All Implemented Interfaces:
    org.eclipse.aether.collection.DependencyGraphTransformer

    public final class NoopDependencyGraphTransformer
    extends java.lang.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 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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • 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.
    • Method Detail

      • 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