org.sonatype.aether.util.graph.transformer
Class NoopDependencyGraphTransformer

java.lang.Object
  extended by org.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
All Implemented Interfaces:
DependencyGraphTransformer

public class NoopDependencyGraphTransformer
extends Object
implements DependencyGraphTransformer

A dependency graph transformer that does nothing.

Author:
Benjamin Bentmann

Field Summary
static DependencyGraphTransformer INSTANCE
           
 
Constructor Summary
NoopDependencyGraphTransformer()
           
 
Method Summary
 DependencyNode transformGraph(DependencyNode node, 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 DependencyGraphTransformer INSTANCE
Constructor Detail

NoopDependencyGraphTransformer

public NoopDependencyGraphTransformer()
Method Detail

transformGraph

public DependencyNode transformGraph(DependencyNode node,
                                     DependencyGraphTransformationContext context)
                              throws RepositoryException
Specified by:
transformGraph in interface DependencyGraphTransformer
Throws:
RepositoryException


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.