org.apache.maven.mae.depgraph.impl
Class DefaultDepGraphLoader
java.lang.Object
org.apache.maven.mae.depgraph.impl.DefaultDepGraphLoader
- All Implemented Interfaces:
- DepGraphLoader
@Component(role=DepGraphLoader.class)
public class DefaultDepGraphLoader
- extends Object
- implements DepGraphLoader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDepGraphLoader
public DefaultDepGraphLoader()
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.