public class SvnTargetContent extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SvnTargetContent.IRealLineCallback |
static interface |
SvnTargetContent.ISeekCallback |
static interface |
SvnTargetContent.ITellCallback |
static interface |
SvnTargetContent.IWriteCallback |
Constructor and Description |
---|
SvnTargetContent() |
public String readLine() throws SVNException
SVNException
protected void seekToLine(int line) throws SVNException
SVNException
protected int scanForMatch(SvnDiffHunk hunk, boolean matchFirst, int upperLine, int fuzz, boolean ignoreWhitespace, boolean matchModified, ISVNCanceller canceller) throws SVNException
SVNException
protected boolean matchExistingTarget(SvnDiffHunk hunk) throws SVNException
SVNException
public boolean isExisted()
public int getCurrentLine()
public SVNWCContext.SVNEolStyle getEolStyle()
public String getEolStr()
public List<SvnHunkInfo> getHunkInfos()
public boolean isEof()
public Object getReadBaton()
public SvnTargetContent.ISeekCallback getSeekCallback()
public SvnTargetContent.ITellCallback getTellCallback()
public SvnTargetContent.IRealLineCallback getReadLineCallback()
public SvnTargetContent.IWriteCallback getWriteCallback()
public void setExisted(boolean existed)
public void setCurrentLine(int currentLine)
public void setEolStyle(SVNWCContext.SVNEolStyle eolStyle)
public void setEolStr(String eolStr)
public void addHunkInfo(SvnHunkInfo hunkInfo)
public void setEof(boolean eof)
public void setReadLineCallback(SvnTargetContent.IRealLineCallback readLineCallback)
public void setTellCallback(SvnTargetContent.ITellCallback tellCallback)
public void setSeekCallback(SvnTargetContent.ISeekCallback seekCallback)
public void setWriteCallback(SvnTargetContent.IWriteCallback writeCallback)
public void setReadBaton(Object readBaton)
public void setWriteBaton(Object writeBaton)
public Object getWriteBaton()
Copyright © 2024. All rights reserved.