[강운덕] [LUCYSUS-1744] interceptor load 코드 수정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@533 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2012-08-24 09:40:46 +00:00
parent 01c0bc2e62
commit df7ee7c408
37 changed files with 396 additions and 164 deletions
@@ -1,6 +1,8 @@
package com.profiler.modifier;
import java.security.ProtectionDomain;
public interface Modifier {
byte[] modify(ClassLoader classLoader, String className, byte[] classFileBuffer);
byte[] modify(ClassLoader classLoader, String className, ProtectionDomain protectedDomain, byte[] classFileBuffer);
String getTargetClass();
}