allensoft.javacvs.client
Class DiffResponse.Differences

java.lang.Object
  |
  +--allensoft.javacvs.client.DiffResponse.Differences
Enclosing class:
DiffResponse

public class DiffResponse.Differences
extends java.lang.Object

Defines the differences for one file.


Method Summary
 DiffParser getDiffParser()
          Gets a DiffParser that parses the differences for this file.
 java.io.File getFile()
          Gets the file that these differences are for.
 java.io.Reader getReader()
          Gets a Reader that reads the differences for this file.
 java.lang.String getRepositoryRevision()
          Gets the repository revision that these differences are from.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFile

public java.io.File getFile()
Gets the file that these differences are for.

getRepositoryRevision

public java.lang.String getRepositoryRevision()
Gets the repository revision that these differences are from.

getReader

public java.io.Reader getReader()
Gets a Reader that reads the differences for this file.

getDiffParser

public DiffParser getDiffParser()
Gets a DiffParser that parses the differences for this file.