Package | Description |
---|---|
org.apache.subversion.javahl | |
org.tmatesoft.svn.core.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
ISVNClient.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback)
Apply a unidiff patch.
|
void |
SVNClient.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientImpl.patch(String patchPath,
String targetPath,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempfiles,
PatchCallback callback) |
Copyright © 2022. All rights reserved.