public interface ISVNStatusHandler
When running a status operation using a status handler an SVNStatusClient's doStatus() method generates an SVNStatus object per each interesting WC entry and dispatches that object to the status handler where it's up to a developer to retrieve status detailes from the SVNStatus object and interprete them in a desired way.
All calls to a handleStatus() method are synchronous - that is the caller is blocked till the method finishes.
SVNStatusClient
,
SVNStatus
,
ExamplesModifier and Type | Method and Description |
---|---|
void |
handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.
|
void handleStatus(SVNStatus status) throws SVNException
status
- an object that contains per item status informationSVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.