Uses of Class
org.tmatesoft.svn.core.wc2.SvnStatus
Packages that use SvnStatus
Package
Description
-
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SvnStatusFields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SvnStatusModifier and TypeFieldDescriptionprotected ISvnObjectReceiver<SvnStatus>
SVNStatusEditor17.myStatusHandler
private java.util.TreeMap<java.io.File,
SvnStatus> SVNRemoteStatusEditor17.DirectoryInfo.statii
Methods in org.tmatesoft.svn.core.internal.wc17 that return SvnStatusModifier and TypeMethodDescriptionstatic SvnStatus
SVNStatusEditor17.assembleStatus
(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock) static SvnStatus
SVNStatusEditor17.assembleUnversioned17
(java.io.File localAbspath, SVNNodeKind pathKind, boolean treeConflicted, boolean isIgnored) static SvnStatus
SVNStatusEditor17.internalStatus
(SVNWCContext context, java.io.File localAbsPath) private SvnStatus
SVNStatusEditor17.tweakStatus
(SvnStatus status) Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SvnStatusModifier and TypeMethodDescriptionprotected ISvnObjectReceiver<SvnStatus>
SVNStatusEditor17.getDefaultHandler()
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SvnStatusModifier and TypeMethodDescriptionprivate boolean
SVNRemoteStatusEditor17.isSendableStatus
(SvnStatus status) void
void
void
private SvnStatus
SVNStatusEditor17.tweakStatus
(SvnStatus status) Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SvnStatusModifier and TypeMethodDescriptionprotected void
SVNStatusEditor17.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 void
SVNRemoteStatusEditor17.handleStatii
(ISVNWCDb.WCDbRepositoryInfo reposInfo, java.util.Map<java.io.File, SvnStatus> statii, boolean dirWasDeleted, SVNDepth depth) private void
SVNStatusEditor17.sendStatusStructure
(java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, ISvnObjectReceiver<SvnStatus> handler) private void
SVNStatusEditor17.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 SvnStatusModifierConstructorDescriptionSVNRemoteStatusEditor17
(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 SvnStatusMethods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnStatusModifier and TypeMethodDescriptionprivate static void
SvnCodec.fetchStatusRevision
(SVNWCContext context, SvnStatus source, SVNStatus result) static SVNStatus
SvnCodec.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 SvnStatusModifier and TypeMethodDescriptionprivate SvnStatus
SvnNgWcToWcCopy.getStatus
(java.io.File interestingFile) protected SvnStatus
SvnNgGetStatus.run
(SVNWCContext context) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SvnStatusModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
-
Uses of SvnStatus in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SvnStatus -
Uses of SvnStatus in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnStatusModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SvnStatus>
SVNClientImpl.getStatusReceiver
(StatusCallback callback) Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SvnStatus