Class FSParentPath
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSParentPath
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSCopyInheritanceprivate Stringprivate FSParentPathprivate FSRevisionNode -
Constructor Summary
ConstructorsConstructorDescriptionFSParentPath(FSParentPath newParentPath) FSParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) -
Method Summary
Modifier and TypeMethodDescriptionintgetRelativePath(FSParentPath ancestor) voidsetCopySourcePath(String newCopyPath) voidsetCopyStyle(int newCopyStyle) voidsetParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath) voidsetRevNode(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
-