Uses of Class
org.apache.maven.execution.DuplicateProjectException

Packages that use DuplicateProjectException
org.apache.maven.errors   
org.apache.maven.execution   
 

Uses of DuplicateProjectException in org.apache.maven.errors
 

Methods in org.apache.maven.errors with parameters of type DuplicateProjectException
static java.util.List ProjectErrorTips.getTipsForDuplicateProjectError(java.util.List allProjectInstances, DuplicateProjectException err)
           
 void ProjectErrorReporter.reportProjectCollision(java.util.List allProjectInstances, DuplicateProjectException err)
          Call Stack:
 void DefaultProjectErrorReporter.reportProjectCollision(java.util.List allProjectInstances, DuplicateProjectException err)
           
 

Uses of DuplicateProjectException in org.apache.maven.execution
 

Constructors in org.apache.maven.execution that throw DuplicateProjectException
ReactorManager.ProjectSorter(java.util.List projects)
          Sort a list of projects.
ReactorManager(java.util.List projects, java.lang.String failureBehavior)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.