org.aspectj.bridge.context
Interface ContextFormatter


public interface ContextFormatter

Author:
colyer Implementors of this interface know how to turn the "Object" data and phase id associated with a context stack entry into a meaningful string.

Method Summary
 java.lang.String formatEntry(int phaseId, java.lang.Object data)
           
 

Method Detail

formatEntry

java.lang.String formatEntry(int phaseId,
                             java.lang.Object data)