[강운덕] [LUCYSUS-1744] 바이트 코드 조작 클래스 별도 분리.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@530 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2012-08-22 08:27:36 +00:00
parent 2a06c2a348
commit a5ee994e8a
29 changed files with 225 additions and 159 deletions
@@ -1,6 +1,6 @@
package com.profiler.modifier;
public interface Modifier {
byte[] modify(ClassLoader classLoader, String javassistClassName, byte[] classFileBuffer);
byte[] modify(ClassLoader classLoader, String className, byte[] classFileBuffer);
String getTargetClass();
}