|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.apt.MavenProjectUtils
public final class MavenProjectUtils
Provides utilities for working with Maven projects.
Method Summary | |
---|---|
static java.util.List |
getClasspathElements(org.apache.maven.project.MavenProject project,
java.util.List artifacts)
Gets a list of paths for the specified artifacts. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.List getClasspathElements(org.apache.maven.project.MavenProject project, java.util.List artifacts) throws org.apache.maven.artifact.DependencyResolutionRequiredException
project
- the projectartifacts
- the artifacts to obtain paths for
String
paths to the specified artifacts
org.apache.maven.artifact.DependencyResolutionRequiredException
- if an artifact cannot be found
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |