Class FSParentPath
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.fs.FSParentPath
-
public class FSParentPath extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
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.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)
-
-
-
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)
-
-