public class SvnNgPatch extends SvnNgOperationRunner<java.lang.Void,SvnPatch>
| Modifier and Type | Class and Description |
|---|---|
private class |
SvnNgPatch.CanDeleteBaton |
UNKNOWNNULL| Constructor and Description |
|---|
SvnNgPatch() |
| Modifier and Type | Method and Description |
|---|---|
private void |
applyPatches(java.io.File patchFile,
java.io.File workingCopyDirectory,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempFiles,
SVNWCContext context) |
private void |
checkAncestorDelete(java.io.File deletedTarget,
java.util.List<SVNPatchTargetInfo> targetsInfo,
java.io.File applyRoot,
SVNWCContext context,
boolean dryRun) |
protected java.lang.Void |
run(SVNWCContext context) |
deleteDeleteFiles, getRepositoryAccess, getWcGeneration, matchesChangelist, reset, run, setRepositoryAccessgetFirstTarget, isApplicable, sleepForTimestampcheckCancelled, getOperation, getWcContext, handleEvent, handleEvent, run, setOperation, setWcContextprotected java.lang.Void run(SVNWCContext context) throws SVNException
run in class SvnNgOperationRunner<java.lang.Void,SvnPatch>SVNExceptionprivate void applyPatches(java.io.File patchFile,
java.io.File workingCopyDirectory,
boolean dryRun,
int stripCount,
boolean reverse,
boolean ignoreWhitespace,
boolean removeTempFiles,
SVNWCContext context)
throws SVNException,
java.io.IOException
SVNExceptionjava.io.IOExceptionprivate void checkAncestorDelete(java.io.File deletedTarget,
java.util.List<SVNPatchTargetInfo> targetsInfo,
java.io.File applyRoot,
SVNWCContext context,
boolean dryRun)
throws SVNException
SVNException