public class ReobfExceptor
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.io.File |
deobfJar |
|
java.io.File |
excConfig |
|
java.io.File |
fieldCSV |
|
java.io.File |
methodCSV |
|
java.io.File |
toReobfJar |
| Constructor | Description |
|---|---|
ReobfExceptor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
buildSrg(java.io.File inSrg,
java.io.File outSrg) |
|
void |
doFirstThings() |
reads the Old jar, the EXC, and the CSVS
Hopefully, these things wont change.
|
public java.io.File toReobfJar
public java.io.File deobfJar
public java.io.File methodCSV
public java.io.File fieldCSV
public java.io.File excConfig
public void buildSrg(java.io.File inSrg,
java.io.File outSrg)
throws java.io.IOException
java.io.IOExceptionpublic void doFirstThings()
throws java.io.IOException
java.io.IOException - because it reads the srg and jar files