Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.ng | |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNChangelistClient16.doGetChangeListPaths(java.util.Collection changeLists,
java.util.Collection targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified targets.
|
void |
SVNChangelistClient16.doGetChangeLists(java.io.File path,
java.util.Collection changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified path.
|
void |
SVNChangelistClient16.getChangeListPaths(java.util.Collection changeLists,
java.util.Collection targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|
void |
SVNChangelistClient16.getChangeLists(java.io.File path,
java.util.Collection changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<java.lang.String> |
SvnCodec.changelistReceiver(ISVNChangelistHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnNgGetChangelistPaths |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldGetChangelistPaths |
Modifier and Type | Method and Description |
---|---|
void |
SVNChangelistClient.doGetChangeListPaths(java.util.Collection<java.lang.String> changeLists,
java.util.Collection<java.io.File> targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified targets.
|
void |
SVNChangelistClient.doGetChangeLists(java.io.File path,
java.util.Collection<java.lang.String> changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified path.
|
void |
SVNChangelistClient.getChangeListPaths(java.util.Collection<java.lang.String> changeLists,
java.util.Collection<java.io.File> targets,
SVNDepth depth,
ISVNChangelistHandler handler)
|
void |
SVNChangelistClient.getChangeLists(java.io.File path,
java.util.Collection<java.lang.String> changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|