Class JavaDependencyContextRefiner

  • All Implemented Interfaces:
    DependencyGraphTransformer

    public final class JavaDependencyContextRefiner
    extends java.lang.Object
    implements DependencyGraphTransformer
    A dependency graph transformer that refines the request context for nodes that belong to the "project" context by appending the classpath type to which the node belongs. For instance, a compile-time project dependency will be assigned the request context "project/compile".
    See Also:
    DependencyNode.getRequestContext()
    • Constructor Detail

      • JavaDependencyContextRefiner

        public JavaDependencyContextRefiner()