org.schmant.project.eclipse
Class EclipseProjectClasspathInfo
java.lang.Object
org.schmant.support.AbstractArgumentChecker
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EclipseProjectClasspathInfo
public EclipseProjectClasspathInfo()
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.