public class JdtProjectClasspathExtractor extends Object
Constructor and Description |
---|
JdtProjectClasspathExtractor(org.eclipse.jdt.core.IJavaProject project)
Creates the extractor for the given
project . |
Modifier and Type | Method and Description |
---|---|
String |
getClasspath()
Builds a class path string separated by
File.pathSeparator out of the
project’s class path. |
public JdtProjectClasspathExtractor(org.eclipse.jdt.core.IJavaProject project)
project
.project
- The project to extract the class path from.public String getClasspath()
File.pathSeparator
out of the
project’s class path.