org.apache.maven.mae.depgraph
Interface DepGraphLoader

All Known Implementing Classes:
DefaultDepGraphLoader

public interface DepGraphLoader


Method Summary
 DependencyGraph loadProjectDependencyGraph(File rootPom, ProjectToolsSession session, boolean includeModuleProjects)
           
 DependencyGraph resolveProjectDependencies(File rootPom, ProjectToolsSession session, boolean includeModuleProjects)
           
 

Method Detail

loadProjectDependencyGraph

DependencyGraph loadProjectDependencyGraph(File rootPom,
                                           ProjectToolsSession session,
                                           boolean includeModuleProjects)
                                           throws MAEException
Throws:
MAEException

resolveProjectDependencies

DependencyGraph resolveProjectDependencies(File rootPom,
                                           ProjectToolsSession session,
                                           boolean includeModuleProjects)
                                           throws MAEException
Throws:
MAEException


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