net.sf.ant4eclipse.model.project.javaproject
Class ClasspathFileParser

java.lang.Object
  extended by net.sf.ant4eclipse.model.project.javaproject.ClasspathFileParser

public class ClasspathFileParser
extends java.lang.Object


Constructor Summary
ClasspathFileParser()
           
 
Method Summary
static EclipseProject parseClasspath(EclipseProject eclipseProject)
          Parses the classpath information for the supplied project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathFileParser

public ClasspathFileParser()
Method Detail

parseClasspath

public static EclipseProject parseClasspath(EclipseProject eclipseProject)
                                     throws FileParserException
Parses the classpath information for the supplied project.

Parameters:
eclipseProject - The project which classpath shall be parsed.
Returns:
The supplied project.
Throws:
FileParserException - Loading the classpath information failed.