Uses of Class
org.tmatesoft.svn.core.wc2.SvnStatus
-
-
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SvnStatus Modifier and Type Field Description private SvnStatusSVNRemoteStatusEditor17. myAnchorStatusFields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SvnStatus Modifier and Type Field Description protected ISvnObjectReceiver<SvnStatus>SVNStatusEditor17. myStatusHandlerprivate java.util.TreeMap<java.io.File,SvnStatus>SVNRemoteStatusEditor17.DirectoryInfo. statiiMethods in org.tmatesoft.svn.core.internal.wc17 that return SvnStatus Modifier and Type Method Description static SvnStatusSVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)static SvnStatusSVNStatusEditor17. assembleUnversioned17(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored)static SvnStatusSVNStatusEditor17. internalStatus(SVNWCContext context, java.io.File localAbsPath)private SvnStatusSVNStatusEditor17. tweakStatus(SvnStatus status)Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SvnStatus Modifier and Type Method Description protected ISvnObjectReceiver<SvnStatus>SVNStatusEditor17. getDefaultHandler()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnStatus Modifier and Type Method Description private booleanSVNRemoteStatusEditor17. isSendableStatus(SvnStatus status)voidSVNRemoteStatusEditor17.DirectoryInfo. receive(SvnTarget target, SvnStatus status)voidSVNRemoteStatusEditor17. receive(SvnTarget target, SvnStatus status)voidSVNWCContext.ConflictStatusWalker. receive(SvnTarget target, SvnStatus status)private SvnStatusSVNStatusEditor17. tweakStatus(SvnStatus status)Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnStatus Modifier and Type Method Description protected voidSVNStatusEditor17. getDirStatus(java.io.File localAbsPath, java.lang.String selected, boolean skipThisDir, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo dirInfo, SVNFileType fileType, java.util.Collection<java.lang.String> ignorePatterns, SVNDepth depth, boolean getAll, boolean noIgnore, ISvnObjectReceiver<SvnStatus> handler)private voidSVNRemoteStatusEditor17. handleStatii(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File,SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth)private voidSVNStatusEditor17. sendStatusStructure(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler)private voidSVNStatusEditor17. sendUnversionedItem(java.io.File nodeAbsPath, SVNNodeKind pathKind, boolean treeConflicted, java.util.Collection<java.lang.String> patterns, boolean noIgnore, int workingCopyFormat, ISvnObjectReceiver<SvnStatus> handler)Constructor parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnStatus Constructor Description SVNRemoteStatusEditor17(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler)SVNStatusEditor17(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler) -
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnStatus Modifier and Type Method Description static SvnStatusSvnCodec. status(SVNStatus status)Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnStatus Modifier and Type Method Description private static voidSvnCodec. fetchStatusRevision(SVNWCContext context, SvnStatus source, SVNStatus result)static SVNStatusSvnCodec. status(SVNWCContext context, SvnStatus status) -
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SvnStatus Modifier and Type Method Description private SvnStatusSvnNgWcToWcCopy. getStatus(java.io.File interestingFile)protected SvnStatusSvnNgGetStatus. run(SVNWCContext context)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnStatus Modifier and Type Method Description voidSvnDiffStatusReceiver. receive(SvnTarget target, SvnStatus status)voidSvnNgCleanup.CleanupStatusWalk. receive(SvnTarget target, SvnStatus status)voidSvnNgCommitUtil.CommitStatusWalker. receive(SvnTarget target, SvnStatus status)voidSvnNgDiffUtil.DiffStatusCallback. receive(SvnTarget target, SvnStatus status)voidSvnNgGetStatus. receive(SvnTarget target, SvnStatus object)voidSvnNgMergeCallback2.VerifyTouchedByDelCheck. receive(SvnTarget target, SvnStatus status)voidSvnNgPatch.CanDeleteBaton. receive(SvnTarget target, SvnStatus status) -
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnStatus Modifier and Type Method Description protected SvnStatusSvnOldGetStatus. run() -
Uses of SvnStatus in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnStatus Modifier and Type Method Description private ISvnObjectReceiver<SvnStatus>SVNClientImpl. getStatusReceiver(StatusCallback callback)Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnStatus Modifier and Type Method Description private StatusSVNClientImpl. getStatus(SvnStatus status)
-