Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSRepository
-
Packages that use FSRepository Package Description org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSRepository in org.tmatesoft.svn.cli.svnlook
Fields in org.tmatesoft.svn.cli.svnlook declared as FSRepository Modifier and Type Field Description private FSRepository
SVNLookCommandEnvironment. myRepository
Methods in org.tmatesoft.svn.cli.svnlook that return FSRepository Modifier and Type Method Description FSRepository
SVNLookCommandEnvironment. getRepository()
-
Uses of FSRepository in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSRepository Modifier and Type Field Description private FSRepository
FSTranslateReporter. myDelegate
private FSRepository
FSCommitEditor. myRepository
private FSRepository
FSUpdateContext. myRepository
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepository Modifier and Type Method Description void
FSUpdateContext. reset(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFrom, ISVNEditor editor)
Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSRepository Constructor Description FSCommitEditor(java.lang.String path, java.lang.String logMessage, java.lang.String userName, java.util.Map<java.lang.String,java.lang.String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository)
FSCommitEditor(java.lang.String path, java.util.Map<java.lang.String,java.lang.String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository, SVNProperties revProps)
FSTranslateReporter(FSRepository delegate)
FSUpdateContext(FSRepository repository, FSFS owner, long revision, java.io.File reportFile, java.lang.String target, java.lang.String targetPath, boolean isSwitch, SVNDepth depth, boolean ignoreAncestry, boolean textDeltas, boolean sendCopyFromArgs, ISVNEditor editor)
-