Class SvnPropertiesPatchTarget
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
org.tmatesoft.svn.core.internal.wc2.patch.SvnPropertiesPatchTarget
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.lang.String
private SvnDiffCallback.OperationKind
private SVNPropertyValue
private SVNPropertyValue
Fields inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
currentLine, existed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
getName()
getValue()
static SvnPropertiesPatchTarget
initPropTarget
(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath) void
setName
(java.lang.String name) void
setOperation
(SvnDiffCallback.OperationKind operation) void
setPatchedValue
(SVNPropertyValue patchedValue) void
setValue
(SVNPropertyValue value) Methods inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
addHunkInfo, getCurrentLine, getEolStr, getEolStyle, getHunkInfos, getKeywords, getLines, getReadBaton, getReadLineCallback, getSeekCallback, getTellCallback, getWriteBaton, getWriteCallback, isEof, isExisted, matchExistingTarget, readLine, scanForMatch, seekToLine, setCurrentLine, setEof, setEolStr, setEolStyle, setExisted, setKeywords, setLines, setReadBaton, setReadLineCallback, setSeekCallback, setTellCallback, setWriteBaton, setWriteCallback
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
private java.lang.String name -
value
-
patchedValue
-
operation
-
-
Constructor Details
-
SvnPropertiesPatchTarget
public SvnPropertiesPatchTarget()
-
-
Method Details
-
initPropTarget
public static SvnPropertiesPatchTarget initPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath) throws SVNException - Throws:
SVNException
-
getName
public java.lang.String getName() -
getValue
-
getPatchedValue
-
getOperation
-
setName
public void setName(java.lang.String name) -
setValue
-
setPatchedValue
-
setOperation
-