Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSFS
-
Packages that use FSFS Package Description org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.fs.index org.tmatesoft.svn.core.internal.io.fs.repcache org.tmatesoft.svn.core.internal.wc -
-
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSFS Modifier and Type Method Description FSFSFSRepository. getFSFS()FSFSFSRoot. getOwner()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFS Modifier and Type Method Description static voidFSCommitter. abortTransaction(FSFS fsfs, java.lang.String txnId)voidFSCommitter. allowLockedOperation(FSFS fsfs, java.lang.String path, java.lang.String username, java.util.Collection<java.lang.String> lockTokens, boolean recursive, boolean haveWriteLock)static FSTransactionInfoFSTransactionRoot. beginTransaction(long baseRevision, int flags, FSFS owner)static FSTransactionInfoFSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)static booleanFSNodeHistory. checkAncestryOfPegPath(java.lang.String fsPath, long pegRev, long futureRev, FSFS owner)FSRepresentationFSRevisionNode. chooseDeltaBase(FSFS fsfsOwner)static java.io.InputStreamFSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRepresentation fileRep, FSFS owner)static java.io.InputStreamFSInputStream. createDeltaStream(SVNDeltaCombiner combiner, FSRevisionNode fileNode, FSFS owner)static SVNErrorMessageFSErrors. errorAlreadyExists(FSRoot root, java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorCorruptLockFile(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorDanglingId(FSID id, FSFS owner)static SVNErrorMessageFSErrors. errorLockExpired(java.lang.String lockToken, FSFS owner)static SVNErrorMessageFSErrors. errorLockOwnerMismatch(java.lang.String username, java.lang.String lockOwner, FSFS owner)static SVNErrorMessageFSErrors. errorNoSuchLock(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotDirectory(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotFile(java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNotMutable(long revision, java.lang.String path, FSFS owner)static SVNErrorMessageFSErrors. errorNoUser(FSFS owner)static SVNErrorMessageFSErrors. errorPathAlreadyLocked(java.lang.String path, java.lang.String owner, FSFS fsfsOwner)static SVNErrorMessageFSErrors. errorTxnNotMutable(java.lang.String txnId, FSFS owner)FSRevisionNodeFSRevisionNode. getChildDirNode(java.lang.String childName, FSFS fsfsOwner)static FSWriteLockFSWriteLock. getDBLogsLock(FSFS owner, boolean exclusive)java.util.MapFSRevisionNode. getDirEntries(FSFS fsfsOwner)SVNPropertiesFSRevisionNode. getProperties(FSFS fsfsOwner)static FSWriteLockFSWriteLock. getWriteLockForCurrentTxn(java.lang.String token, FSFS owner)static FSWriteLockFSWriteLock. getWriteLockForDB(FSFS owner)static FSWriteLockFSWriteLock. getWriteLockForTxn(java.lang.String txnID, FSFS owner)static voidFSRepositoryUtil. loadRootChangesOffset(FSFS fsfs, long revision, FSFile file, long[] rootOffset, long[] changesOffset)static voidFSRepositoryUtil. loadRootChangesOffsetLogicalAddressing(FSFS fsfs, long revision, FSFile file, long index, long[] rootOffset, long[] changesOffset)static voidFSCommitter. mergeChanges(FSFS owner, FSTransactionRoot txnRoot, FSRevisionNode sourceNode, java.lang.StringBuffer conflictPath)static IFSRepresentationCacheManagerFSRepresentationCacheUtil. open(FSFS fsfs)voidFSPacker. pack(FSFS fsfs)static voidFSRepositoryUtil. replay(FSFS fsfs, FSRoot root, java.lang.String basePath, long lowRevision, boolean sendDeltas, ISVNEditor editor)protected voidFSLocationsFinder. reset(FSFS fsfs)voidFSLog. reset(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)voidFSUpdateContext. 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)voidFSHotCopier. runHotCopy(FSFS srcOwner, java.io.File dstPath)static voidFSRepositoryUtil. sendTextDelta(ISVNEditor editor, java.lang.String editPath, java.lang.String sourcePath, java.lang.String hexDigest, FSRevisionRoot sourceRoot, java.lang.String targetPath, FSRoot targetRoot, boolean sendDeltas, SVNDeltaCombiner deltaCombiner, SVNDeltaGenerator deltaGenerator, FSFS fsfs)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSFS 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)FSCommitter(FSFS fsfs, FSTransactionRoot txnRoot, FSTransactionInfo txn, java.util.Collection<java.lang.String> lockTokens, java.lang.String author)FSDeltaConsumer(java.lang.String basePath, FSTransactionRoot txnRoot, FSFS fsfs, FSCommitter committer, java.lang.String author, java.util.Collection lockTokens)FSFileRevisionsFinder(FSFS fsfs)FSLocationsFinder(FSFS fsfs)FSLog(FSFS owner, java.lang.String[] paths, long limit, long start, long end, boolean descending, boolean discoverChangedPaths, boolean strictNode, boolean includeMergedRevisions, java.lang.String[] revPropNames, ISVNLogEntryHandler handler)FSNodeHistory(SVNLocationEntry newHistoryEntry, boolean interesting, SVNLocationEntry newSearchResumeEntry, FSFS owner)FSRecoverer(FSFS owner, ISVNCanceller canceller)FSReplayPathHandler(FSFS owner, FSRoot root, FSRoot compareRoot, java.util.Map changedPaths, java.lang.String basePath, long lowRevision)FSRevisionRoot(FSFS owner, long revision)FSRoot(FSFS owner)FSTransactionRoot(FSFS owner, java.lang.String txnID, long baseRevision, int flags)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) -
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs.index
Methods in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFS Modifier and Type Method Description static java.io.FileFSL2PProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static java.io.FileFSP2LProtoIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static java.io.FileFSTransactionItemIndex. getIndexPath(FSFS fsfs, java.lang.String txnId)static FSL2PProtoIndexFSL2PProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)static FSP2LProtoIndexFSP2LProtoIndex. open(FSFS fsfs, java.lang.String txnId, boolean append)static FSTransactionItemIndexFSTransactionItemIndex. open(FSFS fsfs, java.lang.String txnId)Constructors in org.tmatesoft.svn.core.internal.io.fs.index with parameters of type FSFS Constructor Description FSLogicalAddressingIndex(FSFS fsfs, FSFile myFile) -
Uses of FSFS in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache with parameters of type FSFS Modifier and Type Method Description IFSRepresentationCacheManagerFSEmptyRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)static IFSRepresentationCacheManagerFSRepresentationCacheManager. openRepresentationCache(FSFS fsfs)IFSRepresentationCacheManagerFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs)IFSRepresentationCacheManagerIFSRepresentationCacheManagerFactory. openRepresentationCache(FSFS fsfs) -
Uses of FSFS in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return FSFS Modifier and Type Method Description static FSFSSVNAdminHelper. openRepository(java.io.File reposRootPath, boolean openFS)static FSFSSVNAdminHelper. openRepositoryForRecovery(java.io.File reposRootPath)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type FSFS Modifier and Type Method Description static voidSVNAdminHelper. closeRepository(FSFS fsfs)static voidSVNAdminHelper. deltifyDir(FSFS fsfs, FSRevisionRoot srcRoot, java.lang.String srcParentDir, java.lang.String srcEntry, FSRevisionRoot tgtRoot, java.lang.String tgtFullPath, ISVNEditor editor)static longSVNAdminHelper. getRevisionNumber(SVNRevision revision, long youngestRevision, FSFS fsfs)voidSVNDumpEditor. reset(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)voidDefaultLoadHandler. setFSFS(FSFS fsfs)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type FSFS Constructor Description SVNAdminDeltifier(FSFS fsfs, SVNDepth depth, boolean includeEntryProperties, boolean ignoreAncestry, boolean sendTextDeltas, ISVNEditor editor)SVNDumpEditor(FSFS fsfs, FSRoot root, long toRevision, long oldestDumpedRevision, java.lang.String rootPath, java.io.OutputStream dumpStream, boolean useDeltas, boolean isVerify)SVNNodeEditor(FSFS fsfs, FSRoot baseRoot, ISVNEventHandler handler)
-