Class SVNUpdateEditor.SVNEntryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor.SVNEntryInfo
-
- Direct Known Subclasses:
SVNUpdateEditor.SVNDirectoryInfo
,SVNUpdateEditor.SVNFileInfo
- Enclosing class:
- SVNUpdateEditor
private class SVNUpdateEditor.SVNEntryInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
IsAdded
boolean
isAddExisted
boolean
isExisted
boolean
isSkipped
private SVNProperties
myChangedEntryProperties
private SVNProperties
myChangedProperties
private SVNProperties
myChangedWCProperties
private java.lang.String
myPath
long
myPreviousRevision
SVNUpdateEditor.SVNDirectoryInfo
Parent
protected SVNProperties
treeConflictCreationAttributes
java.lang.String
URL
-
Constructor Summary
Constructors Modifier Constructor Description protected
SVNEntryInfo(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNProperties
getChangedEntryProperties()
SVNProperties
getChangedProperties()
SVNProperties
getChangedWCProperties()
protected java.lang.String
getPath()
void
propertyChanged(java.lang.String name, SVNPropertyValue value)
-
-
-
Field Detail
-
URL
public java.lang.String URL
-
IsAdded
public boolean IsAdded
-
isExisted
public boolean isExisted
-
isAddExisted
public boolean isAddExisted
-
Parent
public SVNUpdateEditor.SVNDirectoryInfo Parent
-
isSkipped
public boolean isSkipped
-
myPreviousRevision
public long myPreviousRevision
-
myPath
private java.lang.String myPath
-
myChangedProperties
private SVNProperties myChangedProperties
-
myChangedEntryProperties
private SVNProperties myChangedEntryProperties
-
myChangedWCProperties
private SVNProperties myChangedWCProperties
-
treeConflictCreationAttributes
protected SVNProperties treeConflictCreationAttributes
-
-
Method Detail
-
getPath
protected java.lang.String getPath()
-
propertyChanged
public void propertyChanged(java.lang.String name, SVNPropertyValue value)
-
getChangedWCProperties
public SVNProperties getChangedWCProperties()
-
getChangedEntryProperties
public SVNProperties getChangedEntryProperties()
-
getChangedProperties
public SVNProperties getChangedProperties()
-
-