| java.lang.Object COM.rl.obf.RGpatchImpl
RGpatchImpl | public class RGpatchImpl (Code) | | Main class for patch utility. Creates a patch Jar from a full
obfuscation run.
author: Mark Welsh |
Method Summary | |
public static void | patch(String inFilename, String outFilename, String rgsFilename, String listFilename) Main entry point for the patch generator. | public static void | patch(File inFile, File outFile, File rgsFile, File listFile) Main entry point for the patch generator. |
patch | public static void patch(String inFilename, String outFilename, String rgsFilename, String listFilename) throws Exception(Code) | | Main entry point for the patch generator.
Parameters: inFile - the full, obfuscated JAR Parameters: outFile - a writable file for obfuscated patch JAR Parameters: rgsFile - log-file from the obfuscation. Parameters: listFile - list of files to include in the patch (unobfuscated names) |
patch | public static void patch(File inFile, File outFile, File rgsFile, File listFile) throws Exception(Code) | | Main entry point for the patch generator.
Parameters: inFile - the full, obfuscated JAR Parameters: outFile - a writable file for obfuscated patch JAR Parameters: rgsFile - log-file from the obfuscation. Parameters: listFile - list of files to include in the patch (unobfuscated names) |
|
|