|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.svn.core.wc2.SvnOperation<T>
org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetTree
public class SvnRepositoryGetTree
| Constructor Summary | |
|---|---|
SvnRepositoryGetTree(SvnOperationFactory factory)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
|
java.lang.String |
getTransactionName()
|
boolean |
isIncludeIDs()
|
boolean |
isRecursive()
|
void |
setIncludeIDs(boolean includeIDs)
|
void |
setPath(java.lang.String path)
|
void |
setRecursive(boolean recursive)
|
void |
setTransactionName(java.lang.String transactionName)
|
| Methods inherited from class org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation |
|---|
getRepositoryRoot, setRepositoryRoot |
| Methods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation |
|---|
first, getReceiver, initDefaults, last, receive, run, setReceiver |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SvnRepositoryGetTree(SvnOperationFactory factory)
| Method Detail |
|---|
public java.lang.String getTransactionName()
public void setTransactionName(java.lang.String transactionName)
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean isIncludeIDs()
public void setIncludeIDs(boolean includeIDs)
public boolean isRecursive()
public void setRecursive(boolean recursive)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||