com.yourkit.api
Class ObfuscatorType

java.lang.Object
  extended by com.yourkit.api.ObfuscatorType

public final class ObfuscatorType
extends java.lang.Object

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.

See Also:
MemorySnapshot.MemorySnapshot(java.io.File, com.yourkit.api.ObfuscatorType, java.io.File)

Field Summary
static ObfuscatorType RETRO_GUARD
          RetroGuard
static ObfuscatorType ZELIX_KLASSMASTER
          Zelix KlassMaster
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRO_GUARD

public static final ObfuscatorType RETRO_GUARD
RetroGuard


ZELIX_KLASSMASTER

public static final ObfuscatorType ZELIX_KLASSMASTER
Zelix KlassMaster



Copyright © 2003-2007 YourKit, LLC. All Rights Reserved.