SVNXMLInfoHandlerpublic interface ISVNInfoHandler
When running a info operation using an info handler an SVNWCClient's doInfo() method generates an SVNInfo object per each interesting item and dispatches that object to the info handler where it's up to a developer to retrieve detailes from the SVNInfo object and interprete them in a desired way.
All calls to a handleInfo() method are synchronous - that is the caller is blocked till the method finishes.
SVNWCClient,
SVNInfo,
Examples| Modifier and Type | Method | Description |
|---|---|---|
void |
handleInfo(SVNInfo info) |
Handles item's information using an SVNInfo object.
|
void handleInfo(SVNInfo info) throws SVNException
info - an object that contain's item's information detailsSVNException