Class FileUtilCBP
java.lang.Object
org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.jrebel.liferay.cbp.FileUtilCBP
- All Implemented Interfaces:
org.zeroturnaround.javarebel.ClassBytecodeProcessor
public class FileUtilCBP
extends org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
Added to
com.liferay.portal.kernel.util.FileUtil.
Debug for Liferay file overwriting- Author:
- Andres Luuk
-
Nested Class Summary
Nested classes/interfaces inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor.CachingPolicy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) Methods inherited from class org.zeroturnaround.javarebel.integration.support.CacheAwareJavassistClassBytecodeProcessor
getCachingPolicy, processMethods inherited from class org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor
acceptPathAsClass, acceptPathAsPrimitive, priority, process, setImplicitClassNames, withDuplicatePatchingProtectionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zeroturnaround.javarebel.ClassBytecodeProcessor
process
-
Constructor Details
-
FileUtilCBP
public FileUtilCBP()
-
-
Method Details
-
process
public void process(org.zeroturnaround.bundled.javassist.ClassPool cp, ClassLoader cl, org.zeroturnaround.bundled.javassist.CtClass ctClass) throws Exception - Specified by:
processin classorg.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor- Throws:
Exception
-