public interface Patcher
Modifier and Type | Interface and Description |
---|---|
static interface |
Patcher.PatchDelegate
Callback used when patching a file.
|
Modifier and Type | Method and Description |
---|---|
void |
applyPatch(Patcher.PatchDelegate delegate,
String oldJarPath,
String deltaPath,
OutputStream result)
Applies a patch previously created with
createPatch . |
void applyPatch(Patcher.PatchDelegate delegate, String oldJarPath, String deltaPath, OutputStream result) throws IOException
createPatch
.
Pass in a delegate to be notified of the status of the patch.IOException
Copyright © 2005–2016 Sun Microsystems. All rights reserved.