net.sf.ant4eclipse.model.projectset
Class ProjectSetFileParser

java.lang.Object
  extended by net.sf.ant4eclipse.model.projectset.ProjectSetFileParser

public class ProjectSetFileParser
extends java.lang.Object

Reads an eclipse team project set file and constructs a TeamProjectSet for it.

See Also:
parseTeamProjectSet(File)

Constructor Summary
ProjectSetFileParser()
           
 
Method Summary
static TeamProjectSet parseTeamProjectSet(java.io.File projectSetFile)
          Parses a project set file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSetFileParser

public ProjectSetFileParser()
Method Detail

parseTeamProjectSet

public static TeamProjectSet parseTeamProjectSet(java.io.File projectSetFile)
                                          throws FileParserException
Parses a project set file.

Parameters:
projectSetFile - The file which contains the definition of a team project set.
Returns:
A TeamProjectSet instance providing the content of the project set file.
Throws:
FileParserException - Loading the file failed.