org.tmatesoft.svn.core.wc.xml
public class SVNXMLStatusHandler extends AbstractXMLHandler implements ISVNStatusHandler
Version: 1.1.1
Field Summary | |
---|---|
static String | AUTHOR_TAG |
static String | COMMENT_TAG |
static String | COMMIT_TAG |
static String | COPIED_ATTR |
static String | CREATED_TAG |
static String | DATE_TAG |
static String | ENTRY_TAG |
static String | EXPIRES_TAG |
static String | ITEM_ATTR |
static String | LOCK_TAG |
static String | OWNER_TAG |
static String | PATH_ATTR |
static String | PROPS_ATTR |
static String | REMOTE_STATUS_TAG |
static String | REVISION_ATTR |
static String | STATUS_TAG |
static String | SWITCHED_ATTR |
static String | TOKEN_TAG |
static String | WC_LOCKED_ATTR |
static String | WC_STATUS_TAG |
Constructor Summary | |
---|---|
SVNXMLStatusHandler(ContentHandler saxHandler)
Creates a new status handler.
| |
SVNXMLStatusHandler(ContentHandler saxHandler, ISVNDebugLog log)
Creates a new status handler.
|
Method Summary | |
---|---|
void | endTarget(long revision)
Closes the formatted XML with the revision against which
the status is run.
|
protected String | getHeaderName() |
protected String | getRelativePath(File path) |
protected String | getTargetPath() |
void | handleStatus(SVNStatus status) |
void | startTarget(File path)
Begins an XML tree with the target path for which the
status is run.
|
Parameters: saxHandler a ContentHandler to form an XML tree
Parameters: saxHandler a ContentHandler to form an XML tree log a debug logger
Parameters: revision a revision against which the status is run
Parameters: path a WC target path