public class ProjectSetFileParser
extends java.lang.Object
TeamProjectSet
for it.parseTeamProjectSet(File)
Constructor and Description |
---|
ProjectSetFileParser() |
Modifier and Type | Method and Description |
---|---|
static TeamProjectSet |
parseTeamProjectSet(java.io.File projectSetFile)
Parses a project set file.
|
public static TeamProjectSet parseTeamProjectSet(java.io.File projectSetFile) throws FileParserException
projectSetFile
- The file which contains the definition of a team project set.FileParserException
- Loading the file failed.