org.tmatesoft.svn.core.wc2.admin
Class SvnRepositoryInitialize

java.lang.Object
  extended by org.tmatesoft.svn.core.wc2.SvnOperation<T>
      extended by org.tmatesoft.svn.core.wc2.SvnReceivingOperation<SVNAdminEvent>
          extended by org.tmatesoft.svn.core.wc2.admin.SvnRepositoryInitialize
All Implemented Interfaces:
ISvnObjectReceiver<SVNAdminEvent>, ISvnOperationOptionsProvider

public class SvnRepositoryInitialize
extends SvnReceivingOperation<SVNAdminEvent>


Constructor Summary
SvnRepositoryInitialize(SvnOperationFactory factory)
           
 
Method Summary
 SVNURL getFromURL()
           
 SVNURL getToURL()
           
 void setFromURL(SVNURL fromURL)
           
 void setToURL(SVNURL toURL)
           
 
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnReceivingOperation
first, getReceiver, initDefaults, last, receive, run, setReceiver
 
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, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnRepositoryInitialize

public SvnRepositoryInitialize(SvnOperationFactory factory)
Method Detail

getFromURL

public SVNURL getFromURL()

setFromURL

public void setFromURL(SVNURL fromURL)

getToURL

public SVNURL getToURL()

setToURL

public void setToURL(SVNURL toURL)