public class CvsParser
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isCvsProject(EclipseProject project)
Returns whether the specified project
|
static java.lang.String |
readCvsRepositoryName(EclipseProject project)
Reads the name of the CVS repository.
|
static CvsRoot |
readCvsRoot(EclipseProject project)
Reads the content of the CVS root file.
|
static java.lang.String |
readTag(EclipseProject project) |
public static boolean isCvsProject(EclipseProject project)
project
- The EclipseProject instance where to lookup the CVS root file.public static java.lang.String readCvsRepositoryName(EclipseProject project) throws FileParserException
project
- The EclipseProject instance where to read the repository name from.FileParserException
- Loading the content failed for some reason.public static CvsRoot readCvsRoot(EclipseProject project) throws FileParserException
project
- The EclipseProject instance where to look for a CVS root file.FileParserException
- Loading the root file failed.public static java.lang.String readTag(EclipseProject project) throws FileParserException
FileParserException