public class ObfuscationServiceFabric
extends java.lang.Object
implements org.spongepowered.tools.obfuscation.service.IObfuscationService
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IN_MAP_EXTRA_FILES |
static java.lang.String |
IN_MAP_FILE |
static java.lang.String |
OUT_MAP_FILE |
| Constructor and Description |
|---|
ObfuscationServiceFabric() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> |
getObfuscationTypes() |
java.util.Set<java.lang.String> |
getSupportedOptions() |
public static final java.lang.String IN_MAP_FILE
public static final java.lang.String IN_MAP_EXTRA_FILES
public static final java.lang.String OUT_MAP_FILE
public java.util.Set<java.lang.String> getSupportedOptions()
getSupportedOptions in interface org.spongepowered.tools.obfuscation.service.IObfuscationServicepublic java.util.Collection<org.spongepowered.tools.obfuscation.service.ObfuscationTypeDescriptor> getObfuscationTypes()
getObfuscationTypes in interface org.spongepowered.tools.obfuscation.service.IObfuscationService