org.schmant.project.eclipse
Class EclipseProjectClasspathInfo

java.lang.Object
  extended by org.schmant.support.AbstractArgumentChecker
      extended by org.schmant.project.eclipse.EclipseProjectClasspathInfo

public class EclipseProjectClasspathInfo
extends AbstractArgumentChecker

This class contains classpath information for an Eclipse Java project.

Since:
0.5
Author:
Karl Gustafsson

Constructor Summary
EclipseProjectClasspathInfo()
           
 
Method Summary
 List<JavaProjectClasspathEntry> getEntries()
          Get the classpath entries.
 void setEntries(List<JavaProjectClasspathEntry> l)
          Set the classpath entries.
 
Methods inherited from class org.schmant.support.AbstractArgumentChecker
check, check, check, check
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseProjectClasspathInfo

public EclipseProjectClasspathInfo()
Method Detail

setEntries

public void setEntries(List<JavaProjectClasspathEntry> l)
Set the classpath entries.

Parameters:
l - The list of classpath entries.

getEntries

public List<JavaProjectClasspathEntry> getEntries()
Get the classpath entries.

Returns:
The list of classpath entries.