Class SVNRemoteStatusEditor.FileInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNRemoteStatusEditor.FileInfo
-
- Enclosing class:
- SVNRemoteStatusEditor
private class SVNRemoteStatusEditor.FileInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description 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 Summary
Constructors Constructor Description FileInfo(SVNRemoteStatusEditor.DirectoryInfo parent, java.lang.String path, boolean added)
-
-
-
Field Detail
-
myParent
public SVNRemoteStatusEditor.DirectoryInfo myParent
-
myPath
public java.io.File myPath
-
myName
public java.lang.String myName
-
myURL
public SVNURL myURL
-
myIsAdded
public boolean myIsAdded
-
myIsContentsChanged
public boolean myIsContentsChanged
-
myIsPropertiesChanged
public boolean myIsPropertiesChanged
-
myRemoteRevision
public SVNRevision myRemoteRevision
-
myRemoteDate
public java.util.Date myRemoteDate
-
myRemoteAuthor
public java.lang.String myRemoteAuthor
-
myRemoteKind
public SVNNodeKind myRemoteKind
-
-
Constructor Detail
-
FileInfo
public FileInfo(SVNRemoteStatusEditor.DirectoryInfo parent, java.lang.String path, boolean added) throws SVNException
- Throws:
SVNException
-
-