public class SVNPatch extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ATAT |
static String |
MINUS |
static String |
PLUS |
Constructor and Description |
---|
SVNPatch() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
List |
getHunks() |
File |
getNewFilename() |
File |
getOldFilename() |
SVNPatchFileStream |
getPatchFile() |
File |
getPath() |
static SVNPatch |
parseNextPatch(SVNPatchFileStream patchFile)
Return the next PATCH in PATCH_FILE.
|
public static final String MINUS
public static final String PLUS
public static final String ATAT
public File getPath()
public SVNPatchFileStream getPatchFile()
public File getOldFilename()
public File getNewFilename()
public List getHunks()
public void close() throws IOException
IOException
public static SVNPatch parseNextPatch(SVNPatchFileStream patchFile) throws SVNException, IOException
SVNException
IOException
Copyright © 2022. All rights reserved.