org.codehaus.cargo.maven2.configuration
Class Dependency
java.lang.Object
org.codehaus.cargo.maven2.configuration.AbstractDependency
org.codehaus.cargo.maven2.configuration.Dependency
public class Dependency
- extends AbstractDependency
Allow users to add classpath entries to the classpath used to start the container. This is
the configuration class for passing LocalContainer.addExtraClasspath()
information.
- Version:
- $Id: Dependency.java 1702 2008-09-02 12:37:46Z adriana $
Methods inherited from class org.codehaus.cargo.maven2.configuration.AbstractDependency |
findArtifactLocation, getArtifactId, getClassifier, getGroupId, getLocation, getType, setArtifactId, setClassifier, setGroupId, setLocation, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dependency
public Dependency()
getDependencyPath
public String getDependencyPath(CargoProject project)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2004-2012 Codehaus. All Rights Reserved.