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.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNClient.status(String path,
int depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
String[] changelists,
StatusCallback callback) |
void |
SVNClientInterface.status(String path,
int depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
String[] changelists,
StatusCallback callback)
List a directory or file of the working copy.
|
void |
SVNClientSynchronized.status(String path,
int depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
String[] changelists,
StatusCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.status(String path,
int depth,
boolean onServer,
boolean getAll,
boolean noIgnore,
boolean ignoreExternals,
String[] changelists,
StatusCallback callback) |
Copyright © 2018. All rights reserved.