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
Fields Modifier and Type Field Description private FSCopyInheritancemyCopyInheritanceprivate java.lang.StringmyEntryNameprivate FSParentPathmyParentprivate FSRevisionNodemyRevNode
-
Constructor Summary
Constructors Constructor Description FSParentPath(FSParentPath newParentPath)FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAbsPath()java.lang.StringgetCopySourcePath()intgetCopyStyle()java.lang.StringgetEntryName()FSParentPathgetParent()java.lang.StringgetRelativePath(FSParentPath ancestor)FSRevisionNodegetRevNode()voidsetCopySourcePath(java.lang.String newCopyPath)voidsetCopyStyle(int newCopyStyle)voidsetParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)voidsetRevNode(FSRevisionNode newRevNode)
-
-
-
Field Detail
-
myRevNode
private FSRevisionNode myRevNode
-
myEntryName
private java.lang.String myEntryName
-
myParent
private FSParentPath myParent
-
myCopyInheritance
private FSCopyInheritance myCopyInheritance
-
-
Constructor Detail
-
FSParentPath
public FSParentPath(FSParentPath newParentPath)
-
FSParentPath
public FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-
-
Method Detail
-
getRevNode
public FSRevisionNode getRevNode()
-
setRevNode
public void setRevNode(FSRevisionNode newRevNode)
-
getEntryName
public java.lang.String getEntryName()
-
getParent
public FSParentPath 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
public java.lang.String getAbsPath() throws SVNException- Throws:
SVNException
-
getRelativePath
public java.lang.String getRelativePath(FSParentPath ancestor)
-
-