public class ClasspathFileParser
extends java.lang.Object
| Constructor and Description |
|---|
ClasspathFileParser() |
| Modifier and Type | Method and Description |
|---|---|
static EclipseProject |
parseClasspath(EclipseProject eclipseProject)
Parses the classpath information for the supplied project.
|
public static EclipseProject parseClasspath(EclipseProject eclipseProject) throws FileParserException
eclipseProject - The project which classpath shall be parsed.FileParserException - Loading the classpath information failed.