Package pro.gravit.launchserver.binary
Class ProguardConf
- java.lang.Object
-
- pro.gravit.launchserver.binary.ProguardConf
-
public class ProguardConf extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.Pathconfigstatic java.lang.String[]JAVA8_OPTSstatic java.lang.String[]JAVA9_OPTSjava.nio.file.Pathmappingsjava.nio.file.PathproguardLaunchServersrvjava.nio.file.Pathwords
-
Constructor Summary
Constructors Constructor Description ProguardConf(LaunchServer srv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]buildConfig(java.nio.file.Path inputJar, java.nio.file.Path outputJar)voidgenWords(boolean force)voidprepare(boolean force)
-
-
-
Field Detail
-
JAVA9_OPTS
public static final java.lang.String[] JAVA9_OPTS
-
JAVA8_OPTS
public static final java.lang.String[] JAVA8_OPTS
-
proguard
public final java.nio.file.Path proguard
-
config
public final java.nio.file.Path config
-
mappings
public final java.nio.file.Path mappings
-
words
public final java.nio.file.Path words
-
srv
public final transient LaunchServer srv
-
-
Constructor Detail
-
ProguardConf
public ProguardConf(LaunchServer srv)
-
-