Class FSPathChange
java.lang.Object
org.tmatesoft.svn.core.SVNLogEntryPath
org.tmatesoft.svn.core.internal.io.fs.FSPathChange
- All Implemented Interfaces:
Serializable
- Version:
- 1.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanprivate static final Stringprivate static final String(package private) Boolean(package private) booleanprivate FSPathChangeKindprivate Stringprivate FSIDprivate static final longFields inherited from class org.tmatesoft.svn.core.SVNLogEntryPath
TYPE_ADDED, TYPE_DELETED, TYPE_MODIFIED, TYPE_REPLACED -
Constructor Summary
ConstructorsConstructorDescriptionFSPathChange(String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, Boolean mergeInfoModified, String copyfromPath, long copyfromRevision, SVNNodeKind pathKind) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FSPathChangefromString(String changeLine, String copyfromLine) getPath()Returns the path of the item represented by this object.booleanvoidsetChangeKind(FSPathChangeKind changeKind) voidsetCopyPath(String path) voidsetCopyRevision(long revision) voidsetMergeInfoModified(Boolean mergeInfoModified) voidsetNodeKind(SVNNodeKind nodeKind) voidsetPropertiesModified(boolean propertiesModified) voidsetRevNodeId(FSID revNodeId) voidsetTextModified(boolean textModified) Methods inherited from class org.tmatesoft.svn.core.SVNLogEntryPath
equals, getCopyPath, getCopyRevision, getKind, getType, hashCode, setChangeType, setPath, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
FLAG_TRUE
- See Also:
-
FLAG_FALSE
- See Also:
-
myPath
-
myRevNodeId
-
myChangeKind
-
isTextModified
boolean isTextModified -
arePropertiesModified
boolean arePropertiesModified -
isMergeInfoModified
Boolean isMergeInfoModified
-
-
Constructor Details
-
FSPathChange
public FSPathChange(String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, Boolean mergeInfoModified, String copyfromPath, long copyfromRevision, SVNNodeKind pathKind)
-
-
Method Details
-
getPath
Description copied from class:SVNLogEntryPathReturns the path of the item represented by this object.- Overrides:
getPathin classSVNLogEntryPath- Returns:
- the changed path represented by this object
-
arePropertiesModified
public boolean arePropertiesModified() -
setPropertiesModified
public void setPropertiesModified(boolean propertiesModified) -
isTextModified
public boolean isTextModified() -
setTextModified
public void setTextModified(boolean textModified) -
getMergeInfoModified
-
setMergeInfoModified
-
getChangeKind
-
setChangeKind
-
getRevNodeId
-
setRevNodeId
-
setCopyRevision
public void setCopyRevision(long revision) - Overrides:
setCopyRevisionin classSVNLogEntryPath
-
setCopyPath
- Overrides:
setCopyPathin classSVNLogEntryPath
-
setNodeKind
- Overrides:
setNodeKindin classSVNLogEntryPath
-
fromString
- Throws:
SVNException
-