|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonatype.aether.util.graph.transformer.NoopDependencyGraphTransformer
public class NoopDependencyGraphTransformer
A dependency graph transformer that does nothing.
| Field Summary | |
|---|---|
static DependencyGraphTransformer |
INSTANCE
|
| Constructor Summary | |
|---|---|
NoopDependencyGraphTransformer()
|
|
| Method Summary | |
|---|---|
DependencyNode |
transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
Transforms the dependency graph denoted by the specified root node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DependencyGraphTransformer INSTANCE
| Constructor Detail |
|---|
public NoopDependencyGraphTransformer()
| Method Detail |
|---|
public DependencyNode transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
throws RepositoryException
DependencyGraphTransformer
transformGraph in interface DependencyGraphTransformernode - The root node of the graph to transform, must not be null.context - The graph transformation context, must not be null.
null.
RepositoryException - If the transformation failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||