Uses of Class
org.tmatesoft.svn.core.wc.SVNStatus
Packages that use SVNStatus
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
-
Uses of SVNStatus in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNStatusModifier and TypeMethodDescriptionstatic Status
JavaHLObjectFactory.createStatus
(String path, SVNStatus status) -
Uses of SVNStatus in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNStatusModifier and TypeMethodDescriptionstatic SVNStatusType
SVNStatusPrinter.combineStatus
(SVNStatus status) private void
SVNStatusCommand.countConflicts
(SVNStatus status) private static char
SVNStatusPrinter.getSwitchCharacter
(SVNStatus status) void
SVNStatusCommand.handleStatus
(SVNStatus status) void
SVNStatusPrinter.printStatus
(String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) protected StringBuffer
SVNStatusCommand.printXMLStatus
(SVNStatus status, String path) -
Uses of SVNStatus in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNStatusMethods in org.tmatesoft.svn.core.internal.wc that return SVNStatusModifier and TypeMethodDescriptionprotected SVNStatus
SVNStatusEditor.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored) static SVNStatus
SVNStatusUtil.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) private SVNStatus
SVNRemoteStatusEditor.createStatus
(File path) static SVNStatus
SVNStatusUtil.getStatus
(File path, SVNWCAccess wcAccess) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNStatusModifier and TypeMethodDescriptionvoid
SVNRemoteStatusEditor.DirectoryInfo.handleStatus
(SVNStatus status) void
SVNRemoteStatusEditor.handleStatus
(SVNStatus status) private boolean
SVNRemoteStatusEditor.isSendableStatus
(SVNStatus status) -
Uses of SVNStatus in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 that return SVNStatusModifier and TypeMethodDescriptionCollects status information on a single Working Copy item.Collects status information on a single Working Copy item. -
Uses of SVNStatus in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNStatusModifier and TypeMethodDescriptionstatic SVNStatus
SvnCodec.status
(SVNWCContext context, SvnStatus status) Methods 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
-
Uses of SVNStatus in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNStatus -
Uses of SVNStatus in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNStatusModifier and TypeMethodDescriptionCollects status information on a single Working Copy item.Collects status information on a single Working Copy item.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNStatusModifier and TypeMethodDescriptionvoid
ISVNStatusHandler.handleStatus
(SVNStatus status) Handles WC item's status information using an SVNStatus object. -
Uses of SVNStatus in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml with parameters of type SVNStatusModifier and TypeMethodDescriptionvoid
SVNXMLStatusHandler.handleStatus
(SVNStatus status) Handles a nextstatus
object producing corresponding xml.private void
SVNXMLStatusHandler.sendToHandler
(SVNStatus status)