Class FSParentPath
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSParentPath
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSCopyInheritance
private String
private FSParentPath
private FSRevisionNode
-
Constructor Summary
ConstructorsConstructorDescriptionFSParentPath
(FSParentPath newParentPath) FSParentPath
(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) -
Method Summary
Modifier and TypeMethodDescriptionint
getRelativePath
(FSParentPath ancestor) void
setCopySourcePath
(String newCopyPath) void
setCopyStyle
(int newCopyStyle) void
setParentPath
(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) void
setRevNode
(FSRevisionNode newRevNode)
-
Field Details
-
myRevNode
-
myEntryName
-
myParent
-
myCopyInheritance
-
-
Constructor Details
-
FSParentPath
-
FSParentPath
-
-
Method Details
-
getRevNode
-
setRevNode
-
getEntryName
-
getParent
-
getCopyStyle
public int getCopyStyle() -
setCopyStyle
public void setCopyStyle(int newCopyStyle) -
getCopySourcePath
-
setCopySourcePath
-
setParentPath
-
getAbsPath
- Throws:
SVNException
-
getRelativePath
-