Class SVNUpdateEditor15.SVNEntryInfo
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor15.SVNEntryInfo
-
- Direct Known Subclasses:
SVNUpdateEditor15.SVNDirectoryInfo,SVNUpdateEditor15.SVNFileInfo
- Enclosing class:
- SVNUpdateEditor15
private class SVNUpdateEditor15.SVNEntryInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanIsAddedbooleanisAddExistedbooleanisExistedbooleanisSkippedprivate SVNPropertiesmyChangedEntryPropertiesprivate SVNPropertiesmyChangedPropertiesprivate SVNPropertiesmyChangedWCPropertiesprivate java.lang.StringmyPathlongmyPreviousRevisionSVNUpdateEditor15.SVNDirectoryInfoParentjava.lang.StringURL
-
Constructor Summary
Constructors Modifier Constructor Description protectedSVNEntryInfo(java.lang.String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNPropertiesgetChangedEntryProperties()SVNPropertiesgetChangedProperties()SVNPropertiesgetChangedWCProperties()protected java.lang.StringgetPath()voidpropertyChanged(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 SVNUpdateEditor15.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
-
-
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()
-
-