private class SVNRemoteStatusEditor.DirectoryInfo extends java.lang.Object implements ISVNStatusHandler
Modifier and Type | Field and Description |
---|---|
java.util.Map |
myChildrenStatuses |
SVNDepth |
myDepth |
boolean |
myIsAdded |
boolean |
myIsContentsChanged |
boolean |
myIsPropertiesChanged |
java.lang.String |
myName |
SVNRemoteStatusEditor.DirectoryInfo |
myParent |
java.io.File |
myPath |
java.lang.String |
myRemoteAuthor |
java.util.Date |
myRemoteDate |
SVNNodeKind |
myRemoteKind |
SVNRevision |
myRemoteRevision |
SVNURL |
myURL |
Constructor and Description |
---|
DirectoryInfo(java.lang.String path,
SVNRemoteStatusEditor.DirectoryInfo parent) |
Modifier and Type | Method and Description |
---|---|
private SVNURL |
computeURL() |
void |
handleStatus(SVNStatus status)
Handles WC item's status information using an SVNStatus object.
|
public java.io.File myPath
public java.lang.String myName
public SVNURL myURL
public SVNRemoteStatusEditor.DirectoryInfo myParent
public SVNDepth myDepth
public SVNRevision myRemoteRevision
public java.util.Date myRemoteDate
public java.lang.String myRemoteAuthor
public SVNNodeKind myRemoteKind
public boolean myIsAdded
public boolean myIsPropertiesChanged
public boolean myIsContentsChanged
public java.util.Map myChildrenStatuses
public DirectoryInfo(java.lang.String path, SVNRemoteStatusEditor.DirectoryInfo parent) throws SVNException
SVNException
private SVNURL computeURL() throws SVNException
SVNException
public void handleStatus(SVNStatus status) throws SVNException
ISVNStatusHandler
handleStatus
in interface ISVNStatusHandler
status
- an object that contains per item status informationSVNException