org.tmatesoft.svn.core.io
public interface ISVNReporterBaton
For more information on using reporters, please, read these on-line article: Using ISVNReporter/ISVNEditor in update-related operations
Version: 1.1.1
See Also: ISVNReporter SVNRepository Examples
Method Summary | |
---|---|
void | report(ISVNReporter reporter)
Makes a report describing the state of local items in order
to get the differences between the local items and what actually
is in a repository.
|
Parameters: reporter a reporter passed to make reports
Throws: SVNException