public class FSParentPath extends Object
Constructor and Description |
---|
FSParentPath(FSParentPath newParentPath) |
FSParentPath(FSRevisionNode newRevNode,
String newEntry,
FSParentPath newParentPath) |
Modifier and Type | Method and Description |
---|---|
String |
getAbsPath() |
String |
getCopySourcePath() |
int |
getCopyStyle() |
String |
getEntryName() |
FSParentPath |
getParent() |
String |
getRelativePath(FSParentPath ancestor) |
FSRevisionNode |
getRevNode() |
void |
setCopySourcePath(String newCopyPath) |
void |
setCopyStyle(int newCopyStyle) |
void |
setParentPath(FSRevisionNode newRevNode,
String newEntry,
FSParentPath newParentPath) |
void |
setRevNode(FSRevisionNode newRevNode) |
public FSParentPath(FSParentPath newParentPath)
public FSParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath)
public FSRevisionNode getRevNode()
public void setRevNode(FSRevisionNode newRevNode)
public String getEntryName()
public FSParentPath getParent()
public int getCopyStyle()
public void setCopyStyle(int newCopyStyle)
public String getCopySourcePath()
public void setCopySourcePath(String newCopyPath)
public void setParentPath(FSRevisionNode newRevNode, String newEntry, FSParentPath newParentPath)
public String getAbsPath() throws SVNException
SVNException
public String getRelativePath(FSParentPath ancestor)
Copyright © 2018. All rights reserved.