public class SvnPropertiesPatchTarget extends SvnTargetContent
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback
Constructor and Description |
---|
SvnPropertiesPatchTarget() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
SvnDiffCallback.OperationKind |
getOperation() |
SVNPropertyValue |
getPatchedValue() |
SVNPropertyValue |
getValue() |
static SvnPropertiesPatchTarget |
initPropTarget(String propName,
SvnDiffCallback.OperationKind operation,
SVNWCContext context,
File absPath) |
void |
setName(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
public static SvnPropertiesPatchTarget initPropTarget(String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, File absPath) throws SVNException
SVNException
public String getName()
public SVNPropertyValue getValue()
public SVNPropertyValue getPatchedValue()
public SvnDiffCallback.OperationKind getOperation()
public void setName(String name)
public void setValue(SVNPropertyValue value)
public void setPatchedValue(SVNPropertyValue patchedValue)
public void setOperation(SvnDiffCallback.OperationKind operation)
Copyright © 2023. All rights reserved.