net.sf.ant4eclipse.model.project
Class ProjectFileParser

java.lang.Object
  extended by net.sf.ant4eclipse.model.project.ProjectFileParser

public class ProjectFileParser
extends java.lang.Object

Parser that reads an eclipse .project file and constructs an EclipseProject for it.

See Also:
parseProject(EclipseProject)

Constructor Summary
ProjectFileParser()
           
 
Method Summary
static EclipseProject parseProject(EclipseProject eclipseProject)
          Parses the '.project' file of the given eclipse project.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectFileParser

public ProjectFileParser()
Method Detail

parseProject

public static EclipseProject parseProject(EclipseProject eclipseProject)
                                   throws FileParserException
Parses the '.project' file of the given eclipse project.

Parameters:
eclipseProject -
Returns:
The supplied EclipseProject instance.
Throws:
FileParserException