Class SvnPropertiesPatchTarget
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
-
- org.tmatesoft.svn.core.internal.wc2.patch.SvnPropertiesPatchTarget
-
public class SvnPropertiesPatchTarget extends SvnTargetContent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback
-
-
Constructor Summary
Constructors Constructor Description SvnPropertiesPatchTarget()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
SvnDiffCallback.OperationKind
getOperation()
SVNPropertyValue
getPatchedValue()
SVNPropertyValue
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
-
-
-
-
Method Detail
-
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
public SVNPropertyValue getValue()
-
getPatchedValue
public SVNPropertyValue getPatchedValue()
-
getOperation
public SvnDiffCallback.OperationKind getOperation()
-
setName
public void setName(java.lang.String name)
-
setValue
public void setValue(SVNPropertyValue value)
-
setPatchedValue
public void setPatchedValue(SVNPropertyValue patchedValue)
-
setOperation
public void setOperation(SvnDiffCallback.OperationKind operation)
-
-