Class SVNRemoteStatusEditor.DirectoryInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNRemoteStatusEditor.DirectoryInfo
- All Implemented Interfaces:
ISVNStatusHandler
- Enclosing class:
- SVNRemoteStatusEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate SVNURLvoidhandleStatus(SVNStatus status) Handles WC item's status information using an SVNStatus object.
-
Field Details
-
myPath
-
myName
-
myURL
-
myParent
-
myDepth
-
myRemoteRevision
-
myRemoteDate
-
myRemoteAuthor
-
myRemoteKind
-
myIsAdded
public boolean myIsAdded -
myIsPropertiesChanged
public boolean myIsPropertiesChanged -
myIsContentsChanged
public boolean myIsContentsChanged -
myChildrenStatuses
-
-
Constructor Details
-
DirectoryInfo
- Throws:
SVNException
-
-
Method Details
-
computeURL
- Throws:
SVNException
-
handleStatus
Description copied from interface:ISVNStatusHandlerHandles WC item's status information using an SVNStatus object.- Specified by:
handleStatusin interfaceISVNStatusHandler- Parameters:
status- an object that contains per item status information- Throws:
SVNException
-