Uses of Class
com.hungry.javacvs.util.CVSEntriesLine

Packages that use CVSEntriesLine
com.hungry.javacvs.client.handlers Classes that represent (and handle) CVS server responses. 
com.hungry.javacvs.util Utility classes that are useful in both the client and server code. 
 

Uses of CVSEntriesLine in com.hungry.javacvs.client.handlers
 

Fields in com.hungry.javacvs.client.handlers declared as CVSEntriesLine
protected  CVSEntriesLine CVSHandlerUpdateFileEvent.mEntry
           
protected  CVSEntriesLine CVSHandlerAddEntryEvent.mEntry
           
 

Methods in com.hungry.javacvs.client.handlers that return CVSEntriesLine
 CVSEntriesLine CVSHandlerUpdateFileEvent.getEntry()
           
 CVSEntriesLine CVSHandlerAddEntryEvent.getEntry()
           
 

Constructors in com.hungry.javacvs.client.handlers with parameters of type CVSEntriesLine
CVSHandlerUpdateFileEvent.CVSHandlerUpdateFileEvent(CVSResponseHandler source, CVSEntriesLine entry)
           
CVSHandlerAddEntryEvent.CVSHandlerAddEntryEvent(CVSResponseHandler source, CVSEntriesLine entry)
           
 

Uses of CVSEntriesLine in com.hungry.javacvs.util
 

Methods in com.hungry.javacvs.util that return CVSEntriesLine
 CVSEntriesLine CVSEntries.getEntryForFile(java.lang.String filename)
           
 

Methods in com.hungry.javacvs.util with parameters of type CVSEntriesLine
 void CVSEntries.addEntriesLine(CVSEntriesLine line)