Class SvnRepositoryCatImpl
java.lang.Object
org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.old.SvnOldRunner<V,T>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner<java.lang.Long,SvnRepositoryCat>
org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryCatImpl
- Record Components:
repositoryRoot
- a repository root directory pathpath
- an absolute file pathtransactionName
- a transaction nameout
- an output stream to write contents to
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
,ISvnOperationRunner<java.lang.Long,
SvnRepositoryCat>
public class SvnRepositoryCatImpl
extends SvnRepositoryOperationRunner<java.lang.Long,SvnRepositoryCat>
Fetches file contents for the specified
target
in the given
transaction. path
must be absolute, that is it
must start with '/'
. The provided output stream
is not closed within this method.-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.admin.SvnRepositoryOperationRunner
getWcGeneration, isApplicable
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnLocalOperationRunner
getFirstTarget, sleepForTimestamp
Methods inherited from class org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner
checkCancelled, getOperation, getWcContext, handleEvent, handleEvent, reset, run, setOperation, setWcContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SvnRepositoryCatImpl
public SvnRepositoryCatImpl()
-
-
Method Details
-
run
- Specified by:
run
in classSvnOperationRunner<java.lang.Long,
SvnRepositoryCat> - Throws:
SVNException
-