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(Collection changeLists,
Collection targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified targets.
|
void |
SVNChangelistClient16.doGetChangeLists(File path,
Collection changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified path.
|
void |
SVNChangelistClient16.getChangeListPaths(Collection changeLists,
Collection targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|
void |
SVNChangelistClient16.getChangeLists(File path,
Collection changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ISvnObjectReceiver<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(Collection<String> changeLists,
Collection<File> targets,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified targets.
|
void |
SVNChangelistClient.doGetChangeLists(File path,
Collection<String> changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Gets paths belonging to the specified changelists discovered under the
specified path.
|
void |
SVNChangelistClient.getChangeListPaths(Collection<String> changeLists,
Collection<File> targets,
SVNDepth depth,
ISVNChangelistHandler handler)
|
void |
SVNChangelistClient.getChangeLists(File path,
Collection<String> changeLists,
SVNDepth depth,
ISVNChangelistHandler handler)
Deprecated.
|
Copyright © 2022. All rights reserved.