Uses of Class
org.tigris.subversion.javahl.Status

Packages that use Status
Package
Description
Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.
This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.
  • Uses of Status in org.tigris.subversion.javahl

    Methods in org.tigris.subversion.javahl that return Status
    Modifier and Type
    Method
    Description
    static Status
    JavaHLObjectFactory.createStatus(String path, SVNStatus status)
     
    SVNClient.singleStatus(String path, boolean onServer)
     
    SVNClientInterface.singleStatus(String path, boolean onServer)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientSynchronized.singleStatus(String path, boolean onServer)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClient.status(String path, boolean descend, boolean onServer, boolean getAll)
     
    SVNClient.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
     
    SVNClient.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
     
    SVNClientInterface.status(String path, boolean descend, boolean onServer, boolean getAll)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientInterface.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientInterface.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientSynchronized.status(String path, boolean descend, boolean onServer, boolean getAll)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientSynchronized.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    SVNClientSynchronized.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)
    Deprecated.
    Use #status(String, int, boolean, boolean, boolean, boolean, StatusCallback) instead.
    Methods in org.tigris.subversion.javahl with parameters of type Status
    Modifier and Type
    Method
    Description
    void
    StatusCallback.doStatus(Status status)
    the method will be called for each status item
  • Uses of Status in org.tmatesoft.svn.core.javahl

    Methods in org.tmatesoft.svn.core.javahl that return Status
    Modifier and Type
    Method
    Description
    SVNClientImpl.singleStatus(String path, boolean onServer)
     
    SVNClientImpl.status(String path, boolean descend, boolean onServer, boolean getAll)
     
    SVNClientImpl.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore)
     
    SVNClientImpl.status(String path, boolean descend, boolean onServer, boolean getAll, boolean noIgnore, boolean ignoreExternals)