org.codehaus.mojo.exec
Class Classpath

java.lang.Object
  extended by org.codehaus.mojo.exec.Classpath

public class Classpath
extends Object

Author:
Jerome Lacoste

Constructor Summary
Classpath()
           
 
Method Summary
 Collection getDependencies()
           
 void setDependencies(Collection deps)
           
 void setDependency(String dependency)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Classpath

public Classpath()
Method Detail

setDependencies

public void setDependencies(Collection deps)

setDependency

public void setDependency(String dependency)

getDependencies

public Collection getDependencies()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 Codehaus. All Rights Reserved.