Schnittstelle IWeaveRequestor


public interface IWeaveRequestor
Autor:
colyer This interface is implemented by clients driving weaving through the IClassFileProvider interface. It is used by the weaver to return woven class file results back to the client. The client can correlate weave results with inputs since it knows the last UnwovenClassFile returned by its iterator.
  • Methodendetails

    • acceptResult

      void acceptResult(IUnwovenClassFile result)
    • processingReweavableState

      void processingReweavableState()
    • addingTypeMungers

      void addingTypeMungers()
    • weavingAspects

      void weavingAspects()
    • weavingClasses

      void weavingClasses()
    • weaveCompleted

      void weaveCompleted()