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 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 TypeMethodDescriptiongetName()getValue()static SvnPropertiesPatchTargetinitPropTarget(String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, File absPath) voidvoidsetOperation(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 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
-