Class FSCopyInheritance
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSCopyInheritance
public class FSCopyInheritance
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intprivate java.lang.Stringprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringintgetStyle()voidsetCopySourcePath(java.lang.String copySourcePath) voidsetStyle(int style) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
COPY_ID_INHERIT_UNKNOWN
public static final int COPY_ID_INHERIT_UNKNOWN- See Also:
-
COPY_ID_INHERIT_SELF
public static final int COPY_ID_INHERIT_SELF- See Also:
-
COPY_ID_INHERIT_PARENT
public static final int COPY_ID_INHERIT_PARENT- See Also:
-
COPY_ID_INHERIT_NEW
public static final int COPY_ID_INHERIT_NEW- See Also:
-
myStyle
private int myStyle -
myCopySourcePath
private java.lang.String myCopySourcePath
-
-
Constructor Details
-
FSCopyInheritance
public FSCopyInheritance(int style, java.lang.String path)
-
-
Method Details
-
getCopySourcePath
public java.lang.String getCopySourcePath() -
getStyle
public int getStyle() -
setCopySourcePath
public void setCopySourcePath(java.lang.String copySourcePath) -
setStyle
public void setStyle(int style)
-