Class SvnPatchTarget.SymlinkCallbacks
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc2.patch.SvnPatchTarget.SymlinkCallbacks
-
- All Implemented Interfaces:
SvnTargetContent.IRealLineCallback,SvnTargetContent.ISeekCallback,SvnTargetContent.ITellCallback,SvnTargetContent.IWriteCallback
- Enclosing class:
- SvnPatchTarget
private static class SvnPatchTarget.SymlinkCallbacks extends java.lang.Object implements SvnTargetContent.IWriteCallback, SvnTargetContent.IRealLineCallback, SvnTargetContent.ISeekCallback, SvnTargetContent.ITellCallback
-
-
Field Summary
Fields Modifier and Type Field Description private SVNWCContextcontextprivate java.io.FileworkingCopyDirectory
-
Constructor Summary
Constructors Constructor Description SymlinkCallbacks(java.io.File workingCopyDirectory, SVNWCContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringreadLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof)voidseek(java.lang.Object readBaton, long offset)longtell(java.lang.Object readBaton)voidwrite(java.lang.Object writeBaton, java.lang.String s)
-
-
-
Field Detail
-
workingCopyDirectory
private java.io.File workingCopyDirectory
-
context
private SVNWCContext context
-
-
Constructor Detail
-
SymlinkCallbacks
public SymlinkCallbacks(java.io.File workingCopyDirectory, SVNWCContext context)
-
-
Method Detail
-
write
public void write(java.lang.Object writeBaton, java.lang.String s) throws SVNException- Specified by:
writein interfaceSvnTargetContent.IWriteCallback- Throws:
SVNException
-
readLine
public java.lang.String readLine(java.lang.Object baton, java.lang.String[] eolStr, boolean[] eof) throws SVNException- Specified by:
readLinein interfaceSvnTargetContent.IRealLineCallback- Throws:
SVNException
-
seek
public void seek(java.lang.Object readBaton, long offset)- Specified by:
seekin interfaceSvnTargetContent.ISeekCallback
-
tell
public long tell(java.lang.Object readBaton)
- Specified by:
tellin interfaceSvnTargetContent.ITellCallback
-
-