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