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) boolean
private static final String
private static final String
(package private) Boolean
(package private) boolean
private FSPathChangeKind
private String
private FSID
private static final long
Fields 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 TypeMethodDescriptionboolean
static FSPathChange
fromString
(String changeLine, String copyfromLine) getPath()
Returns the path of the item represented by this object.boolean
void
setChangeKind
(FSPathChangeKind changeKind) void
setCopyPath
(String path) void
setCopyRevision
(long revision) void
setMergeInfoModified
(Boolean mergeInfoModified) void
setNodeKind
(SVNNodeKind nodeKind) void
setPropertiesModified
(boolean propertiesModified) void
setRevNodeId
(FSID revNodeId) void
setTextModified
(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:SVNLogEntryPath
Returns the path of the item represented by this object.- Overrides:
getPath
in 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:
setCopyRevision
in classSVNLogEntryPath
-
setCopyPath
- Overrides:
setCopyPath
in classSVNLogEntryPath
-
setNodeKind
- Overrides:
setNodeKind
in classSVNLogEntryPath
-
fromString
- Throws:
SVNException
-