public class ProguardConf
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.nio.file.Path |
config |
java.nio.file.Path |
mappings |
java.nio.file.Path |
proguard |
LaunchServer |
srv |
java.nio.file.Path |
words |
| Constructor and Description |
|---|
ProguardConf(LaunchServer srv) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
buildConfig(java.nio.file.Path inputJar,
java.nio.file.Path outputJar) |
void |
genWords(boolean force) |
void |
prepare(boolean force) |
public final java.nio.file.Path proguard
public final java.nio.file.Path config
public final java.nio.file.Path mappings
public final java.nio.file.Path words
public final transient LaunchServer srv
public ProguardConf(LaunchServer srv)