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 classSvnPropertiesPatchTarget.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.Stringnameprivate SvnDiffCallback.OperationKindoperationprivate SVNPropertyValuepatchedValueprivate SVNPropertyValuevalue-
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.StringgetName()SvnDiffCallback.OperationKindgetOperation()SVNPropertyValuegetPatchedValue()SVNPropertyValuegetValue()static SvnPropertiesPatchTargetinitPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath)voidsetName(java.lang.String name)voidsetOperation(SvnDiffCallback.OperationKind operation)voidsetPatchedValue(SVNPropertyValue patchedValue)voidsetValue(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)
-
-