public class FSParentPath
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private FSCopyInheritance |
myCopyInheritance |
private java.lang.String |
myEntryName |
private FSParentPath |
myParent |
private FSRevisionNode |
myRevNode |
Constructor and Description |
---|
FSParentPath(FSParentPath newParentPath) |
FSParentPath(FSRevisionNode newRevNode,
java.lang.String newEntry,
FSParentPath newParentPath) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbsPath() |
java.lang.String |
getCopySourcePath() |
int |
getCopyStyle() |
java.lang.String |
getEntryName() |
FSParentPath |
getParent() |
java.lang.String |
getRelativePath(FSParentPath ancestor) |
FSRevisionNode |
getRevNode() |
void |
setCopySourcePath(java.lang.String newCopyPath) |
void |
setCopyStyle(int newCopyStyle) |
void |
setParentPath(FSRevisionNode newRevNode,
java.lang.String newEntry,
FSParentPath newParentPath) |
void |
setRevNode(FSRevisionNode newRevNode) |
private FSRevisionNode myRevNode
private java.lang.String myEntryName
private FSParentPath myParent
private FSCopyInheritance myCopyInheritance
public FSParentPath(FSParentPath newParentPath)
public FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
public FSRevisionNode getRevNode()
public void setRevNode(FSRevisionNode newRevNode)
public java.lang.String getEntryName()
public FSParentPath getParent()
public int getCopyStyle()
public void setCopyStyle(int newCopyStyle)
public java.lang.String getCopySourcePath()
public void setCopySourcePath(java.lang.String newCopyPath)
public void setParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
public java.lang.String getAbsPath() throws SVNException
SVNException
public java.lang.String getRelativePath(FSParentPath ancestor)