public class ReobfTaskFactory extends java.lang.Object implements org.gradle.api.NamedDomainObjectFactory<IReobfuscator>
| Modifier and Type | Class and Description |
|---|---|
class |
ReobfTaskFactory.ReobfTaskWrapper |
| Constructor and Description |
|---|
ReobfTaskFactory(UserBasePlugin<?> plugin) |
| Modifier and Type | Method and Description |
|---|---|
IReobfuscator |
create(java.lang.String jarName) |
public ReobfTaskFactory(UserBasePlugin<?> plugin)
public IReobfuscator create(java.lang.String jarName)
create in interface org.gradle.api.NamedDomainObjectFactory<IReobfuscator>