Uses of Class
org.tmatesoft.svn.core.wc.SVNStatus
-
Packages that use SVNStatus Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.xml 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 SVNStatus Modifier and Type Method Description static 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 SVNStatus Modifier and Type Method Description static 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 SVNStatus Modifier and Type Field Description private SVNStatusSVNRemoteStatusEditor. myAnchorStatusMethods in org.tmatesoft.svn.core.internal.wc that return SVNStatus Modifier and Type Method Description protected 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 SVNStatus Modifier and Type Method Description voidSVNRemoteStatusEditor.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 SVNStatus Modifier and Type Method Description SVNStatusSVNStatusClient16. doStatus(java.io.File path, boolean remote)Collects status information on a single Working Copy item.SVNStatusSVNStatusClient16. 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 SVNStatus Modifier and Type Method Description static SVNStatusSvnCodec. status(SVNWCContext context, 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(SVNStatus status) -
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 Modifier and Type Method Description voidSvnOldGetStatus. handleStatus(SVNStatus status) -
Uses of SVNStatus in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNStatus Modifier and Type Method Description SVNStatusSVNStatusClient. doStatus(java.io.File path, boolean remote)Collects status information on a single Working Copy item.SVNStatusSVNStatusClient. 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 SVNStatus Modifier and Type Method Description voidISVNStatusHandler. 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 SVNStatus Modifier and Type Method Description voidSVNXMLStatusHandler. handleStatus(SVNStatus status)Handles a nextstatusobject producing corresponding xml.private voidSVNXMLStatusHandler. sendToHandler(SVNStatus status)
-