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
FieldsModifier and TypeFieldDescriptionprivate FSCopyInheritanceprivate java.lang.Stringprivate FSParentPathprivate FSRevisionNode -
Constructor Summary
ConstructorsConstructorDescriptionFSParentPath(FSParentPath newParentPath) FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.Stringjava.lang.Stringintjava.lang.Stringjava.lang.StringgetRelativePath(FSParentPath ancestor) voidsetCopySourcePath(java.lang.String newCopyPath) voidsetCopyStyle(int newCopyStyle) voidsetParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath) voidsetRevNode(FSRevisionNode newRevNode) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myRevNode
-
myEntryName
private java.lang.String myEntryName -
myParent
-
myCopyInheritance
-
-
Constructor Details
-
FSParentPath
-
FSParentPath
public FSParentPath(FSRevisionNode newRevNode, java.lang.String newEntry, FSParentPath newParentPath)
-
-
Method Details
-
getRevNode
-
setRevNode
-
getEntryName
public java.lang.String getEntryName() -
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
- Throws:
SVNException
-
getRelativePath
-