Package org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryGetProperty
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnOperation<V>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<SVNPropertyValue>
-
- org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetProperty
-
- All Implemented Interfaces:
ISvnOperationOptionsProvider
public class SvnRepositoryGetProperty extends SvnRepositoryOperation<SVNPropertyValue>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
path
private java.lang.String
propName
private java.lang.String
transactionName
-
Constructor Summary
Constructors Constructor Description SvnRepositoryGetProperty(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
java.lang.String
getPropName()
java.lang.String
getTransactionName()
void
setPath(java.lang.String path)
void
setPropName(java.lang.String propName)
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
-
-
-
-
Constructor Detail
-
SvnRepositoryGetProperty
public SvnRepositoryGetProperty(SvnOperationFactory factory)
-
-
Method Detail
-
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)
-
getPropName
public java.lang.String getPropName()
-
setPropName
public void setPropName(java.lang.String propName)
-
-