|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ant4eclipse.model.project.cvsproject.CvsParser
public class CvsParser
Helper for parsing cvs information.
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |