public class FSParentPath
extends java.lang.Object
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) |
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)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.