|
|||||||||
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<SVNAdminEvent> org.tmatesoft.svn.core.wc2.admin.SvnRepositoryCopyRevisionProperties
public class SvnRepositoryCopyRevisionProperties
Constructor Summary | |
---|---|
SvnRepositoryCopyRevisionProperties(SvnOperationFactory factory)
|
Method Summary | |
---|---|
long |
getEndRevision()
|
long |
getStartRevision()
|
SVNURL |
getToURL()
|
void |
setEndRevision(long endRevision)
|
void |
setStartRevision(long startRevision)
|
void |
setToURL(SVNURL toURL)
|
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 SvnRepositoryCopyRevisionProperties(SvnOperationFactory factory)
Method Detail |
---|
public SVNURL getToURL()
public void setToURL(SVNURL toURL)
public long getStartRevision()
public void setStartRevision(long startRevision)
public long getEndRevision()
public void setEndRevision(long endRevision)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |