|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.input.RepositoryFileManager
Manages a checked-out repository and provides access to line number counts for repository files.
Constructor Summary | |
RepositoryFileManager(String pathName)
Creates a new instance with root at pathName . |
Method Summary | |
int |
getLinesOfCode(String filename)
Returns the lines of code for a repository file. |
String |
getRevision(String filename)
Returns the revision of filename in the local working directory by reading the CVS/Entries file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepositoryFileManager(String pathName)
pathName
.
pathName
- the root of the checked out repositoryMethod Detail |
public int getLinesOfCode(String filename) throws NoLineCountException
filename
- a file in the repository
NoLineCountException
- when the line count could not be retrieved,
for example when the file was not found.public String getRevision(String filename) throws IOException
filename
- the filename
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |