Class SvnRepositoryOperation<V>

java.lang.Object
org.tmatesoft.svn.core.wc2.SvnOperation<V>
org.tmatesoft.svn.core.wc2.admin.SvnRepositoryOperation<V>
All Implemented Interfaces:
ISvnOperationOptionsProvider
Direct Known Subclasses:
SvnRepositoryCat, SvnRepositoryCreate, SvnRepositoryGetAuthor, SvnRepositoryGetDate, SvnRepositoryGetDiff, SvnRepositoryGetFileSize, SvnRepositoryGetInfo, SvnRepositoryGetLock, SvnRepositoryGetLog, SvnRepositoryGetProperties, SvnRepositoryGetProperty, SvnRepositoryGetRevisionProperties, SvnRepositoryGetRevisionProperty, SvnRepositoryGetUUID, SvnRepositoryGetYoungest, SvnRepositoryHotCopy, SvnRepositorySetUUID

public abstract class SvnRepositoryOperation<V> extends SvnOperation<V>
  • Constructor Details

  • Method Details

    • setRepositoryRoot

      public void setRepositoryRoot(File repositoryRoot)
    • getRepositoryRoot

      public File getRepositoryRoot()
    • isChangesWorkingCopy

      public boolean isChangesWorkingCopy()
      Gets whether the operation changes working copy
      Overrides:
      isChangesWorkingCopy in class SvnOperation<V>
      Returns:
      true if the operation changes the working copy, otherwise false