Class SvnPropertiesPatchTarget
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
org.tmatesoft.svn.core.internal.wc2.patch.SvnPropertiesPatchTarget
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback, SvnTargetContent.IWriteCallback -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.lang.Stringprivate SvnDiffCallback.OperationKindprivate SVNPropertyValueprivate SVNPropertyValueFields inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
currentLine, existed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringgetName()getValue()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, setWriteCallbackMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
name
private java.lang.String name -
value
-
patchedValue
-
operation
-
-
Constructor Details
-
SvnPropertiesPatchTarget
public SvnPropertiesPatchTarget()
-
-
Method Details
-
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
-
getPatchedValue
-
getOperation
-
setName
public void setName(java.lang.String name) -
setValue
-
setPatchedValue
-
setOperation
-