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 String
private SvnDiffCallback.OperationKind
private SVNPropertyValue
private SVNPropertyValue
Fields inherited from class org.tmatesoft.svn.core.internal.wc2.patch.SvnTargetContent
currentLine, existed
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
static SvnPropertiesPatchTarget
initPropTarget
(String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, File absPath) void
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 Details
-
name
-
value
-
patchedValue
-
operation
-
-
Constructor Details
-
SvnPropertiesPatchTarget
public SvnPropertiesPatchTarget()
-
-
Method Details
-
initPropTarget
public static SvnPropertiesPatchTarget initPropTarget(String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, File absPath) throws SVNException - Throws:
SVNException
-
getName
-
getValue
-
getPatchedValue
-
getOperation
-
setName
-
setValue
-
setPatchedValue
-
setOperation
-