|
|||||||||
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<T> org.tmatesoft.svn.core.wc2.SvnReceivingOperation<T> org.tmatesoft.svn.core.wc2.admin.SvnRepositoryReceivingOperation<SVNAdminPath> org.tmatesoft.svn.core.wc2.admin.SvnRepositoryGetHistory
public class SvnRepositoryGetHistory
Constructor Summary | |
---|---|
SvnRepositoryGetHistory(SvnOperationFactory factory)
|
Method Summary | |
---|---|
long |
getLimit()
|
java.lang.String |
getPath()
|
boolean |
isIncludeIDs()
|
void |
setIncludeIDs(boolean includeIDs)
|
void |
setLimit(long limit)
|
void |
setPath(java.lang.String path)
|
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 SvnRepositoryGetHistory(SvnOperationFactory factory)
Method Detail |
---|
public java.lang.String getPath()
public void setPath(java.lang.String path)
public boolean isIncludeIDs()
public void setIncludeIDs(boolean includeIDs)
public long getLimit()
public void setLimit(long limit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |