org.codehaus.cargo.maven2.configuration
Class Dependency

java.lang.Object
  extended by org.codehaus.cargo.maven2.configuration.AbstractDependency
      extended by 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 $

Constructor Summary
Dependency()
           
 
Method Summary
 String getDependencyPath(CargoProject project)
           
 
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
 

Constructor Detail

Dependency

public Dependency()
Method Detail

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.