org.apache.maven.mae.depgraph.impl
Class DefaultDepGraphLoader

java.lang.Object
  extended by org.apache.maven.mae.depgraph.impl.DefaultDepGraphLoader
All Implemented Interfaces:
DepGraphLoader

@Component(role=DepGraphLoader.class)
public class DefaultDepGraphLoader
extends Object
implements DepGraphLoader


Constructor Summary
DefaultDepGraphLoader()
           
 
Method Summary
 DependencyGraph loadProjectDependencyGraph(File rootPom, ProjectToolsSession session, boolean includeModuleProjects)
           
 DependencyGraph resolveProjectDependencies(File rootPom, ProjectToolsSession session, boolean includeModuleProjects)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDepGraphLoader

public DefaultDepGraphLoader()
Method Detail

loadProjectDependencyGraph

public DependencyGraph loadProjectDependencyGraph(File rootPom,
                                                  ProjectToolsSession session,
                                                  boolean includeModuleProjects)
                                           throws MAEException
Specified by:
loadProjectDependencyGraph in interface DepGraphLoader
Throws:
MAEException

resolveProjectDependencies

public DependencyGraph resolveProjectDependencies(File rootPom,
                                                  ProjectToolsSession session,
                                                  boolean includeModuleProjects)
                                           throws MAEException
Specified by:
resolveProjectDependencies in interface DepGraphLoader
Throws:
MAEException


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.