Class URLWeavingAdapter

Object
org.aspectj.weaver.tools.WeavingAdaptor
com.liferay.portal.test.aspects.URLWeavingAdapter
All Implemented Interfaces:
org.aspectj.bridge.IMessageContext

public class URLWeavingAdapter extends org.aspectj.weaver.tools.WeavingAdaptor
Author:
Shuyang Zhou
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.aspectj.weaver.tools.WeavingAdaptor

    org.aspectj.weaver.tools.WeavingAdaptor.WeavingAdaptorMessageHolder, org.aspectj.weaver.tools.WeavingAdaptor.WeavingAdaptorMessageWriter
  • Field Summary

    Fields inherited from class org.aspectj.weaver.tools.WeavingAdaptor

    activeProtectionDomain, bcelWorld, cache, delegateForCurrentClass, generatedClasses, generatedClassHandler, SHOW_WEAVE_INFO_PROPERTY, TRACE_MESSAGES_PROPERTY, verbose, weaver, WEAVING_ADAPTOR_VERBOSE
  • Constructor Summary

    Constructors
    Constructor
    Description
    URLWeavingAdapter(URL[] urls, Class<?>[] aspectClasses)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
     

    Methods inherited from class org.aspectj.weaver.tools.WeavingAdaptor

    accept, addURL, createMessageHandler, debug, disable, dump, enable, ensureDelegateInitialized, error, error, getContextId, getDumpDir, getFullClassPath, getMessageHandler, getMessageHolder, info, initializeCache, isEnabled, setActiveProtectionDomain, setMessageHandler, shouldDump, warn, warn, weaveClass, weaveClass

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • URLWeavingAdapter

      public URLWeavingAdapter(URL[] urls, Class<?>[] aspectClasses)
  • Method Details

    • removeGeneratedClassDate

      public byte[] removeGeneratedClassDate(String name)