public class SvnPropertiesPatchTarget extends SvnTargetContent
Modifier and Type | Class and Description |
---|---|
private static class |
SvnPropertiesPatchTarget.PropReadCallbacks |
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name |
private SvnDiffCallback.OperationKind |
operation |
private SVNPropertyValue |
patchedValue |
private SVNPropertyValue |
value |
currentLine, existed
Constructor and Description |
---|
SvnPropertiesPatchTarget() |
Modifier and Type | Method and 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) |
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
private java.lang.String name
private SVNPropertyValue value
private SVNPropertyValue patchedValue
private SvnDiffCallback.OperationKind operation
public static SvnPropertiesPatchTarget initPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath) throws SVNException
SVNException
public java.lang.String getName()
public SVNPropertyValue getValue()
public SVNPropertyValue getPatchedValue()
public SvnDiffCallback.OperationKind getOperation()
public void setName(java.lang.String name)
public void setValue(SVNPropertyValue value)
public void setPatchedValue(SVNPropertyValue patchedValue)
public void setOperation(SvnDiffCallback.OperationKind operation)