Class FSParentPath
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSParentPath
public class FSParentPath
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FSCopyInheritance
private java.lang.String
private FSParentPath
private FSRevisionNode
-
Constructor Summary
ConstructorsConstructorDescriptionFSParentPath
(FSParentPath newParentPath) FSParentPath
(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
java.lang.String
int
java.lang.String
java.lang.String
getRelativePath
(FSParentPath ancestor) void
setCopySourcePath
(java.lang.String newCopyPath) void
setCopyStyle
(int newCopyStyle) void
setParentPath
(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) void
setRevNode
(FSRevisionNode newRevNode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRevNode
-
myEntryName
private java.lang.String myEntryName -
myParent
-
myCopyInheritance
-
-
Constructor Details
-
FSParentPath
-
FSParentPath
public FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-
-
Method Details
-
getRevNode
-
setRevNode
-
getEntryName
public java.lang.String getEntryName() -
getParent
-
getCopyStyle
public int getCopyStyle() -
setCopyStyle
public void setCopyStyle(int newCopyStyle) -
getCopySourcePath
public java.lang.String getCopySourcePath() -
setCopySourcePath
public void setCopySourcePath(java.lang.String newCopyPath) -
setParentPath
public void setParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) -
getAbsPath
- Throws:
SVNException
-
getRelativePath
-