Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryCat
java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<V>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<java.lang.Long>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCat
- All Implemented Interfaces:
ISvnOperationOptionsProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate java.io.OutputStream
private java.lang.String
private java.lang.String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.io.OutputStream
java.lang.String
getPath()
java.lang.String
void
setOutputStream
(java.io.OutputStream outputStream) void
setPath
(java.lang.String path) void
setTransactionName
(java.lang.String transactionName) Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation
getRepositoryRoot, isChangesWorkingCopy, setRepositoryRoot
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
addTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, initDefaults, isCancelled, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalMode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
transactionName
private java.lang.String transactionName -
path
private java.lang.String path -
outputStream
private java.io.OutputStream outputStream
-
-
Constructor Details
-
SvnRepositoryCat
-
-
Method Details
-
getTransactionName
public java.lang.String getTransactionName() -
setTransactionName
public void setTransactionName(java.lang.String transactionName) -
getPath
public java.lang.String getPath() -
setPath
public void setPath(java.lang.String path) -
getOutputStream
public java.io.OutputStream getOutputStream() -
setOutputStream
public void setOutputStream(java.io.OutputStream outputStream)
-