public final class JavaDependencyContextRefiner extends Object implements DependencyGraphTransformer
DependencyNode.getRequestContext()| Constructor and Description |
|---|
JavaDependencyContextRefiner() |
| Modifier and Type | Method and Description |
|---|---|
DependencyNode |
transformGraph(DependencyNode node,
DependencyGraphTransformationContext context)
Transforms the dependency graph denoted by the specified root node.
|
public DependencyNode transformGraph(DependencyNode node, DependencyGraphTransformationContext context) throws RepositoryException
DependencyGraphTransformertransformGraph in interface DependencyGraphTransformernode - The root node of the (possibly cyclic!) graph to transform, must not be null.context - The graph transformation context, must not be null.null.RepositoryException - If the transformation failed.Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.