Package com.yworks.yguard
Class ObfuscatorTask.PatchSection
- java.lang.Object
-
- com.yworks.yguard.ObfuscatorTask.PatchSection
-
- Enclosing class:
- ObfuscatorTask
public final class ObfuscatorTask.PatchSection extends java.lang.ObjectUsed by ant to handle thepatchelement.
-
-
Constructor Summary
Constructors Constructor Description PatchSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfiguredClass(ClassSection cs)Add configured class.
-
-
-
Method Detail
-
addConfiguredClass
public void addConfiguredClass(ClassSection cs)
Add configured class.- Parameters:
cs- the cs
-
-