Class SVNRemoteStatusEditor.FileInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNRemoteStatusEditor.FileInfo
- Enclosing class:
- SVNRemoteStatusEditor
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
-
Constructor Summary
ConstructorsConstructorDescriptionFileInfo
(SVNRemoteStatusEditor.DirectoryInfo parent, String path, boolean added) -
Method Summary
-
Field Details
-
myParent
-
myPath
-
myName
-
myURL
-
myIsAdded
public boolean myIsAdded -
myIsContentsChanged
public boolean myIsContentsChanged -
myIsPropertiesChanged
public boolean myIsPropertiesChanged -
myRemoteRevision
-
myRemoteDate
-
myRemoteAuthor
-
myRemoteKind
-
-
Constructor Details
-
FileInfo
public FileInfo(SVNRemoteStatusEditor.DirectoryInfo parent, String path, boolean added) throws SVNException - Throws:
SVNException
-