org.codehaus.cargo.maven2.configuration
Class Dependency

java.lang.Object
  extended byorg.codehaus.cargo.maven2.configuration.AbstractDependency
      extended byorg.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 1235 2006-11-26 10:07:43Z vmassol $

Constructor Summary
Dependency()
           
 
Method Summary
 java.lang.String getDependencyPath(CargoProject project)
           
 
Methods inherited from class org.codehaus.cargo.maven2.configuration.AbstractDependency
findArtifactLocation, getArtifactId, getGroupId, getLocation, getType, setArtifactId, 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 java.lang.String getDependencyPath(CargoProject project)
                                   throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2004-2008 Codehaus. All Rights Reserved.