org.aspectj.asm
Interface IModelFilter


public interface IModelFilter

When dumping the model out (for debugging/testing), various parts of it can be passed through this filter. Currently it is used to ensure the source locations we dump out are independent of sandbox directory.


Method Summary
 java.lang.String processFilelocation(java.lang.String loc)
          Called when about to dump out an absolute file location, enabling it to be altered (eg.
 boolean wantsHandleIds()
          When the relationship map is dumped, lines are prefixed with a handle ID.
 

Method Detail

processFilelocation

java.lang.String processFilelocation(java.lang.String loc)
Called when about to dump out an absolute file location, enabling it to be altered (eg. c:/temp/ajcsSandbox/foo/ajctemp.12323/ could become TEST_SANDBOX/


wantsHandleIds

boolean wantsHandleIds()
When the relationship map is dumped, lines are prefixed with a handle ID. Return true if you want these, false if you do not.