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 Modifier and Type Class Description private static class
SvnPropertiesPatchTarget.PropReadCallbacks
-
Nested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
private SvnDiffCallback.OperationKind
operation
private SVNPropertyValue
patchedValue
private SVNPropertyValue
value
-
Fields inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
currentLine, existed
-
-
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
-
-
-
-
Field Detail
-
name
private java.lang.String name
-
value
private SVNPropertyValue value
-
patchedValue
private SVNPropertyValue patchedValue
-
operation
private SvnDiffCallback.OperationKind operation
-
-
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)
-
-