|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ObfuscatorType>
com.yourkit.api.ObfuscatorType
public enum ObfuscatorType
Enumeration of supported obfuscators. If profiled application was obfuscated with one of them, original names of classes, fields and methods can be automatically restored if you provide corresponding obfuscation logs.
MemorySnapshot.MemorySnapshot(java.io.File, com.yourkit.api.ObfuscatorType, java.io.File)| Enum Constant Summary | |
|---|---|
NONE
Obfuscation was not applied |
|
PROGUARD
ProGuard |
|
RETRO_GUARD
RetroGuard |
|
YGUARD
yGuard |
|
ZELIX_KLASSMASTER
Zelix KlassMaster |
|
| Method Summary | |
|---|---|
static ObfuscatorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ObfuscatorType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ObfuscatorType NONE
public static final ObfuscatorType RETRO_GUARD
public static final ObfuscatorType YGUARD
public static final ObfuscatorType PROGUARD
public static final ObfuscatorType ZELIX_KLASSMASTER
| Method Detail |
|---|
public static ObfuscatorType[] values()
for (ObfuscatorType c : ObfuscatorType.values()) System.out.println(c);
public static ObfuscatorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||