public class SVNPatch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATAT |
static java.lang.String |
MINUS |
static java.lang.String |
PLUS |
Constructor and Description |
---|
SVNPatch() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.List |
getHunks() |
java.io.File |
getNewFilename() |
java.io.File |
getOldFilename() |
SVNPatchFileStream |
getPatchFile() |
java.io.File |
getPath() |
static SVNPatch |
parseNextPatch(SVNPatchFileStream patchFile)
Return the next PATCH in PATCH_FILE.
|
public static final java.lang.String MINUS
public static final java.lang.String PLUS
public static final java.lang.String ATAT
public java.io.File getPath()
public SVNPatchFileStream getPatchFile()
public java.io.File getOldFilename()
public java.io.File getNewFilename()
public java.util.List getHunks()
public void close() throws java.io.IOException
java.io.IOException
public static SVNPatch parseNextPatch(SVNPatchFileStream patchFile) throws SVNException, java.io.IOException
SVNException
java.io.IOException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.