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 StatusJavaHLObjectFactory.createStatus(java.lang.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 SVNStatusTypeSVNStatusPrinter.combineStatus(SVNStatus status) private voidSVNStatusCommand.countConflicts(SVNStatus status) private static charSVNStatusPrinter.getSwitchCharacter(SVNStatus status) voidSVNStatusCommand.handleStatus(SVNStatus status) voidSVNStatusPrinter.printStatus(java.lang.String path, SVNStatus status, boolean detailed, boolean showLastCommitted, boolean skipUnrecognized, boolean showReposLocks) protected java.lang.StringBufferSVNStatusCommand.printXMLStatus(SVNStatus status, java.lang.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 SVNStatusSVNStatusEditor.assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored) static SVNStatusSVNStatusUtil.assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) private SVNStatusSVNRemoteStatusEditor.createStatus(java.io.File path) static SVNStatusSVNStatusUtil.getStatus(java.io.File path, SVNWCAccess wcAccess) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNStatusModifier and TypeMethodDescriptionvoidSVNRemoteStatusEditor.DirectoryInfo.handleStatus(SVNStatus status) voidSVNRemoteStatusEditor.handleStatus(SVNStatus status) private booleanSVNRemoteStatusEditor.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 TypeMethodDescriptionSVNStatusClient16.doStatus(java.io.File path, boolean remote) Collects status information on a single Working Copy item.SVNStatusClient16.doStatus(java.io.File path, boolean remote, boolean collectParentExternals) 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 SVNStatusSvnCodec.status(SVNWCContext context, SvnStatus status) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNStatusModifier and TypeMethodDescriptionprivate static voidSvnCodec.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 TypeMethodDescriptionSVNStatusClient.doStatus(java.io.File path, boolean remote) Collects status information on a single Working Copy item.SVNStatusClient.doStatus(java.io.File path, boolean remote, boolean collectParentExternals) Collects status information on a single Working Copy item.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNStatusModifier and TypeMethodDescriptionvoidISVNStatusHandler.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 TypeMethodDescriptionvoidSVNXMLStatusHandler.handleStatus(SVNStatus status) Handles a nextstatusobject producing corresponding xml.private voidSVNXMLStatusHandler.sendToHandler(SVNStatus status)