|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnOperation<V> org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<V>
public abstract class SvnRepositoryOperation<V>
Constructor Summary | |
---|---|
protected |
SvnRepositoryOperation(SvnOperationFactory factory)
|
Method Summary | |
---|---|
java.io.File |
getRepositoryRoot()
|
boolean |
isChangesWorkingCopy()
Gets whether the operation changes working copy |
void |
setRepositoryRoot(java.io.File repositoryRoot)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnRepositoryOperation(SvnOperationFactory factory)
Method Detail |
---|
public void setRepositoryRoot(java.io.File repositoryRoot)
public java.io.File getRepositoryRoot()
public boolean isChangesWorkingCopy()
isChangesWorkingCopy
in class SvnOperation<V>
true
if the operation changes the working copy, otherwise false
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |