org.commonjava.tensor.agg
Interface GraphAggregator


public interface GraphAggregator


Method Summary
 Map<org.apache.maven.graph.common.ref.ProjectRef,ProjectRefCollection> collectProjectReferences(AggregationOptions options, AggregatorConfig config)
           
 org.apache.maven.graph.effective.EProjectGraph connectSubgraphs(org.apache.maven.graph.effective.EProjectGraph graph, AggregationOptions crawlerConfig)
           
 org.apache.maven.graph.effective.EProjectWeb connectSubwebs(org.apache.maven.graph.effective.EProjectWeb graph, AggregationOptions crawlerConfig, org.apache.maven.graph.common.ref.ProjectVersionRef... roots)
           
 

Method Detail

connectSubgraphs

org.apache.maven.graph.effective.EProjectGraph connectSubgraphs(org.apache.maven.graph.effective.EProjectGraph graph,
                                                                AggregationOptions crawlerConfig)
                                                                throws TensorDataException
Throws:
TensorDataException

connectSubwebs

org.apache.maven.graph.effective.EProjectWeb connectSubwebs(org.apache.maven.graph.effective.EProjectWeb graph,
                                                            AggregationOptions crawlerConfig,
                                                            org.apache.maven.graph.common.ref.ProjectVersionRef... roots)
                                                            throws TensorDataException
Throws:
TensorDataException

collectProjectReferences

Map<org.apache.maven.graph.common.ref.ProjectRef,ProjectRefCollection> collectProjectReferences(AggregationOptions options,
                                                                                                AggregatorConfig config)
                                                                                                throws TensorDataException
Throws:
TensorDataException


Copyright © 2013. All Rights Reserved.